Update Dockerfile

This commit is contained in:
S Code Man 2020-10-11 15:30:47 +08:00 committed by GitHub
parent ccfd4d468e
commit 3db88acff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Dockerfile for GNS3 Web-ui development # Dockerfile for GNS3 Web-ui development
FROM node:carbon FROM node:stretch
# Create user # Create user
RUN useradd --user-group --create-home --shell /bin/false gns3-web-ui RUN useradd --user-group --create-home --shell /bin/false gns3-web-ui