Merge pull request #999 from scodeman/issue-998

Issue #998 PR
This commit is contained in:
piotrpekala7 2020-10-12 18:36:29 +02:00 committed by GitHub
commit 05971ef1ae
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
FROM node:carbon
FROM node:stretch
# Create user
RUN useradd --user-group --create-home --shell /bin/false gns3-web-ui