updated dockerfile

This commit is contained in:
Marvin Zhang
2022-04-30 11:01:28 +08:00
parent 2b514b81aa
commit 8e5a046ceb
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ RUN rm /app/.npmrc
RUN yarn install && yarn run build:docker
# images
FROM ubuntu:latest
FROM ubuntu:20.04
# set as non-interactive
ENV DEBIAN_FRONTEND noninteractive

View File

@@ -19,7 +19,7 @@ WORKDIR /app
RUN yarn install && yarn run build:docker
# images
FROM ubuntu:latest
FROM ubuntu:20.04
# set as non-interactive
ENV DEBIAN_FRONTEND noninteractive

View File

@@ -19,7 +19,7 @@ WORKDIR /app
RUN yarn install && yarn run build:docker
# images
FROM ubuntu:latest
FROM ubuntu:20.04
# set as non-interactive
ENV DEBIAN_FRONTEND noninteractive