This commit is contained in:
+1
-1
@@ -25,7 +25,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
apache2-utils \
|
apache2-utils \
|
||||||
mariadb-client \
|
mariadb-client \
|
||||||
age \
|
age \
|
||||||
python3-passlib \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
||||||
@@ -34,6 +33,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
RUN pip3 install --upgrade pip \
|
RUN pip3 install --upgrade pip \
|
||||||
&& pip3 install \
|
&& pip3 install \
|
||||||
ansible \
|
ansible \
|
||||||
|
passlib \
|
||||||
pyyaml
|
pyyaml
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user