diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
