mirror of
https://codeberg.org/gigirassy/image-proxy/
synced 2026-08-30 15:37:41 +00:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM 11notes/alpine as builder
|
|||||||
|
|
||||||
USER root
|
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
|
WORKDIR /app
|
||||||
COPY Cargo.toml .
|
COPY Cargo.toml .
|
||||||
|
|||||||
Reference in New Issue
Block a user