update dockerfile
This commit is contained in:
parent
70bccc9ffc
commit
25931b97cf
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ WORKDIR /app
|
||||||
|
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM archlinux
|
FROM debian:buster
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm
|
RUN apt update && apt upgrade -y
|
||||||
RUN pacman -S --noconfirm gnupg ca-certificates openssl-1.1
|
RUN apt install -y gnupg ca-certificates openssl
|
||||||
|
|
||||||
COPY --from=builder /app/target/release/me-site /me-site
|
COPY --from=builder /app/target/release/me-site /me-site
|
||||||
COPY ./rocket.toml /rocket.toml
|
COPY ./rocket.toml /rocket.toml
|
||||||
|
|
Loading…
Add table
Reference in a new issue