Skip to content

Commit

Permalink
Fix ansible not having community collection
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Oct 7, 2023
1 parent a2b422e commit c051dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions minecraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
FROM itzg/minecraft-server:java17-alpine
LABEL org.opencontainers.image.authors="Offz <offz@mineinabyss.com>"

RUN apk add --no-cache ansible-core rclone wget unzip \
&& ansible-galaxy collection install community.general
RUN apk add --no-cache ansible rclone wget unzip

ARG KEEPUP_VERSION=1.1.0

Expand Down

0 comments on commit c051dc2

Please sign in to comment.