modified: devops/Dockerfile
image-deploy.yaml / build-push-image (push) Successful in 2m58s

This commit is contained in:
Márcio Fernandes
2026-08-19 14:31:02 +01:00
parent 1afb391814
commit b53a2a7d24
+1 -1
View File
@@ -25,7 +25,6 @@ RUN apt-get update && apt-get install -y \
apache2-utils \
mariadb-client \
age \
python3-passlib \
&& rm -rf /var/lib/apt/lists/*
@@ -34,6 +33,7 @@ RUN apt-get update && apt-get install -y \
RUN pip3 install --upgrade pip \
&& pip3 install \
ansible \
passlib \
pyyaml