Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add collection upgrade for community.docker.
  • Loading branch information
fpodschwadek authored Feb 14, 2024
1 parent 25b7e11 commit 26f3004
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ RUN apk update; \
pip3 install docker; \
pip3 install requests; \
pip3 install python-memcached; \
# Make sure that we have the latest version of relevan
# collections. This is not always the case for collections
# that are automatically co-installed.
ansible-galaxy collection install \
community.docker \
--upgrade \
chmod +x /srv/entrypoint.sh

WORKDIR /srv
Expand Down

0 comments on commit 26f3004

Please sign in to comment.