Compare commits

...

2 commits

Author SHA1 Message Date
afonsofrancof
6631fc95ed Added ftp 2022-09-28 22:15:15 +01:00
afonsofrancof
909142b446 Added ftp 2022-09-28 22:14:48 +01:00

View file

@ -73,6 +73,7 @@ RUN apt-get update && \
libsoup2.4-1 \
dconf-service \
x11-xserver-utils \
ftp \
&& apt-get clean
# install python dependencies
RUN python3 -m pip install \