Compare commits

...

2 commits

Author SHA1 Message Date
afonsofrancof
2f2dbe26d1 Added firefox dependencies 2022-09-28 21:19:20 +01:00
afonsofrancof
33e13e2381 Added firefox dependencies 2022-09-28 21:18:36 +01:00

View file

@ -62,7 +62,14 @@ RUN apt-get update && \
whois \
ipcalc \
socat \
hping3 \
hping3 \
libgtk-3-0 \
librest-0.7-0 \
libgtk-3-common \
dconf-gsettings-backend \
libsoup-gnome2.4-1 \
libsoup2.4-1 \
dconf-service \
&& apt-get clean
# install python dependencies
RUN python3 -m pip install \