Merge pull request #783 from b-ehlers/chromium

chromium: Create data directory in Dockerfile
This commit is contained in:
Jeremy Grossmann 2023-06-30 10:22:06 +10:00 committed by GitHub
commit 5d0d890c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM jess/chromium
MAINTAINER developers@gns3.net
# add a dummy layer to get an updated container timestamp
RUN /bin/true
RUN mkdir -p /home/chromium/data
VOLUME /data
CMD [ "--user-data-dir=/home/chromium/data" ]
VOLUME /home/chromium/data