diff --git a/Dockerfile b/Dockerfile index e4714ed..2930173 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM rust:alpine AS builder -RUN apk add --no-cache musl-dev +RUN apk add --no-cache musl-dev git WORKDIR /redlib