aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazel Atkinson <yellowsink@riseup.net>2025-04-09 17:50:11 +0100
committerHazel Atkinson <yellowsink@riseup.net>2025-04-09 17:50:11 +0100
commitb21248a1cc78a23d144e8781d5bc7388daf90f27 (patch)
tree53dc272e48cdfbb0556e0466f15f3a08e688d114
parent08232c55db1fc1e8b98c5d4b0e63b6fcb4271217 (diff)
downloadcontainerspy-b21248a1cc78a23d144e8781d5bc7388daf90f27.tar.gz
containerspy-b21248a1cc78a23d144e8781d5bc7388daf90f27.tar.bz2
containerspy-b21248a1cc78a23d144e8781d5bc7388daf90f27.zip
remove unnecessary deps that dont exist on arm
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4928a95..ec289b1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /build
# the rust container is literally incomplete lol
# https://stackoverflow.com/a/74309414
-RUN apk add --no-cache pcc-libs-dev musl-dev pkgconf
+RUN apk add --no-cache musl-dev
# for layer caching, first only build the deps, so that changes to literally anything else don't invalidate the cache
RUN mkdir src