Added ftp

This commit is contained in:
afonsofrancof 2022-09-28 22:14:48 +01:00
parent 5013b53605
commit 909142b446

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 \