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

Commit

Permalink
⚡dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed May 20, 2023
1 parent e9982f4 commit 4593dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:latest
FROM ubuntu:22.04
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install --no-install-recommends -y python3.10 python3-pip python3-wheel build-essential software-properties-common && \
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update
RUN add-apt-repository ppa:xtradeb/apps
RUN apt-get update
#RUN add-apt-repository ppa:xtradeb/apps
#RUN apt-get update
RUN apt-get install chromium
RUN apt-get install firefox

Expand Down

0 comments on commit 4593dcb

Please sign in to comment.