diff --git a/Dockerfile b/Dockerfile index 3f3175e..1215276 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /app ENV IN_DOCKER=true # Install host build dependencies. -RUN apk add --no-cache clang lld musl-dev git gcompat +RUN apk add --no-cache clang lld musl-dev git # Build the application. # Leverage a cache mount to /usr/local/cargo/registry/