Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
feat: use ubuntu because it should hold more stable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
uhidontkno committed May 18, 2024
1 parent 4a6e741 commit f2e1535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chromium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ghcr.io/deblok-workshop/deblokdocker/debian-base:latest
FROM ghcr.io/deblok-workshop/deblokdocker/ubuntu-base:latest
ENV USER=root
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y install chromium menu
RUN apt-get -y install chromium-browser menu
COPY ./ /app
RUN cp ./xstartup /root/.vnc/xstartup
CMD ["bash", "start.sh"]
Expand Down
4 changes: 2 additions & 2 deletions firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/deblok-workshop/deblokdocker/debian-base:latest
FROM ghcr.io/deblok-workshop/deblokdocker/ubuntu-base:latest
ENV USER=root
WORKDIR /app

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y install firefox-esr menu
RUN apt-get -y install firefox menu
COPY ./ /app
RUN cp ./xstartup /root/.vnc/xstartup
CMD ["bash", "start.sh"]
Expand Down

0 comments on commit f2e1535

Please sign in to comment.