Skip to content

Commit

Permalink
ajout unzip et wget dans l'image
Browse files Browse the repository at this point in the history
  • Loading branch information
syji35 committed Apr 15, 2024
1 parent e1d1a79 commit 0a7708e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ USER root
#RUN apt update && apt install -y vim


RUN apt-get update && \
RUN apt-get update && apt-get install wget \
apt-get install unzip && \
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
apt-get install -y --no-install-recommends ./google-chrome-stable_current_amd64.deb && \
rm -f google-chrome-stable_current_amd64.deb
Expand Down

0 comments on commit 0a7708e

Please sign in to comment.