mirror of
https://codeberg.org/gigirassy/image-proxy/
synced 2026-08-30 23:47:40 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM 11notes/alpine as builder
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk update && apk add rust ca-certificates musl-dev build-base openssl-dev cargo rustup
|
||||
RUN apk update && apk add rust ca-certificates musl-dev build-base openssl-dev cargo && cargo install rustup
|
||||
|
||||
WORKDIR /app
|
||||
COPY Cargo.toml .
|
||||
|
||||
Reference in New Issue
Block a user