Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jul 1, 2024
1 parent b104908 commit 7377d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/partial \
/postgresql_cluster/roles/consul/requirements.yml \
&& ansible-galaxy collection list \
&& pip3 install --no-cache-dir -r \
/root/.ansible/collections/ansible_collections/azure/azcollection/requirements-azure.txt \
/root/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt \
&& apt-get autoremove -y --purge gnupg git python3.10-dev gcc g++ cmake make libssl-dev \
&& apt-get clean -y autoclean \
&& rm -rf /var/lib/apt/lists/* /tmp/* \
Expand Down

0 comments on commit 7377d5e

Please sign in to comment.