Skip to content

Commit

Permalink
Adjust repo to community
Browse files Browse the repository at this point in the history
  • Loading branch information
antonym committed Nov 18, 2023
1 parent 479c3da commit 9469d40
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 @@ -4,7 +4,7 @@ FROM alpine:3.18
ARG ANSIBLE_VERSION="8.3.0"

RUN \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk update && \
apk add bash dmidecode hwinfo kexec-tools lshw py3-jmespath py3-pip usbutils unzip wget && \
rm -vrf /var/cache/apk/* && \
Expand Down

0 comments on commit 9469d40

Please sign in to comment.