Spit install into script and add step to install docker apt repo
Some checks failed
publish / docker (push) Failing after 48s

This commit is contained in:
2026-07-07 21:11:33 -05:00
parent 82feda36a1
commit 4747906ba8
2 changed files with 28 additions and 8 deletions

View File

@@ -4,14 +4,8 @@ LABEL org.opencontainers.image.authors="matthew.pomes@pm.me"
WORKDIR /root
# common packages
RUN apt-get update && \
apt-get install --no-install-recommends -y \
ca-certificates curl file \
build-essential musl-tools \
autoconf automake autotools-dev libtool xutils-dev \
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
&& rm -rf /var/lib/apt/lists/*
COPY ./install-deps.sh .
RUN bash ./install-deps.sh
# ENV SSL_VERSION=1.0.2u