Skip to content

Commit

Permalink
use apk for docker-compose install
Browse files Browse the repository at this point in the history
  • Loading branch information
dvintel committed Sep 15, 2022
1 parent 96d3150 commit fd6ec2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfiles/core/Dockerfile
Expand Up @@ -13,14 +13,13 @@ RUN apk --no-cache add \
nmap-scripts \
rsync \
syslinux \
docker-compose \
wget && \
apk --no-cache -U upgrade && \
update-ca-certificates

RUN mkdir -p /opt/core/conf /opt/core/data/srv /opt/core/scripts /opt/core/dockerfiles && \
mkdir -p /usr/local/bin && \
wget -O /usr/local/bin/docker-compose "https://github.com/docker/compose/releases/download/v2.11.0/docker-compose-$(uname -s)-$(uname -m)" && \
chmod a+x /usr/local/bin/docker-compose && \
mkdir -p /usr/share/ipxe && \
wget -O /usr/share/ipxe/ipxe.lkrn https://boot.ipxe.org/ipxe.lkrn && \
wget -O /usr/share/ipxe/wimboot https://github.com/ipxe/wimboot/releases/latest/download/wimboot
Expand Down

0 comments on commit fd6ec2a

Please sign in to comment.