diff --git a/Dockerfile b/Dockerfile index 66c0950..3c22153 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,3 +20,4 @@ RUN apk --no-cache add \ git \ cmake COPY --from=builder /deps/local/ /deps/local/ +ENV PATH $PATH:/deps/local/bin