FIX: installed pip within the container

This commit is contained in:
2020-04-23 11:39:25 +02:00
parent 81c4b923b5
commit b7271a0435

View File

@@ -9,7 +9,7 @@ RUN dnf -y update && \
dnf -y install procps-ng iproute net-tools && \
dnf -y install httpd && \
dnf -y install mod_ssl certbot && \
dnf -y install python3-mod_wsgi && \
dnf -y install python3 python3-pip python3-mod_wsgi && \
dnf clean all
RUN sed -i -e 's:^\(\s.*\)\(CustomLog\s.*\)$:\1#\2:' \