diff --git a/Dockerfile b/Dockerfile index c17a114..e859686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,6 @@ LABEL authors="Johannes Bülow " RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc ENV HOME=/home/abc \ START_DOCKER=false +RUN apt-get purge chromium && apt-get install firefox-esr -y EXPOSE 3000 3001