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
|
@ -3,6 +3,6 @@ FROM ad5001/ubuntu-pyside2-xvfb:hirsute-5.15.2
|
|||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV TZ=Europe/Paris
|
||||
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
|
||||
RUN apt-get update && apt-get upgrade -y \
|
||||
&& 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue