From b21248a1cc78a23d144e8781d5bc7388daf90f27 Mon Sep 17 00:00:00 2001 From: Hazel Atkinson Date: Wed, 9 Apr 2025 17:50:11 +0100 Subject: remove unnecessary deps that dont exist on arm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit