reverting debian from chromium to firefox

debian-desktop
Johannes Bülow 2024-02-01 15:43:46 +01:00
parent 26a5ca34c0
commit 635d28fe86
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ LABEL authors="Johannes Bülow <johannes.buelow@jmbit.de>"
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