FIX: installed pip within the container
This commit is contained in:
@@ -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:' \
|
||||
|
||||
Reference in New Issue
Block a user