调整镜像,使其支持apt包管理
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:16-slim
|
FROM node:16-slim
|
||||||
LABEL authors="kubbo"
|
LABEL authors="kubbo"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y bash
|
RUN apt-get update && apt-get install -y apt-utils shell
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user