Fore re-run apt update on accountfree images.
This commit is contained in:
parent
7c643681ce
commit
ca88addbe0
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.2
|
FROM ad5001/ubuntu-pyside2-xvfb-wine:win7-5.15.2
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update \
|
||||||
RUN apt install unzip nsis curl -y
|
&& apt install unzip nsis curl -y
|
||||||
RUN apt clean
|
RUN apt clean
|
||||||
# Installing tor
|
# Installing tor
|
||||||
RUN wget https://dist.torproject.org/torbrowser/10.0.18/tor-win64-0.4.5.9.zip \
|
RUN wget https://dist.torproject.org/torbrowser/10.0.18/tor-win64-0.4.5.9.zip \
|
||||||
|
|
|
@ -3,6 +3,6 @@ FROM ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ENV TZ=Europe/Paris
|
ENV TZ=Europe/Paris
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y \
|
||||||
RUN apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls python3-stdeb python-all python3-requests python3-stem rpm dh-python flatpak-builder snapcraft
|
&& apt-get -y install tor qml-module-qtqml-models2 qml-module-qtquick-controls python3-stdeb python-all python3-requests python3-stem rpm dh-python flatpak-builder snapcraft
|
||||||
RUN pip3 install packaging websocket-client
|
RUN pip3 install packaging websocket-client
|
||||||
|
|
Loading…
Reference in a new issue