mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user