aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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