Skip to content

Commit

Permalink
fix docker once more
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Apr 16, 2024
1 parent 349164b commit de8cf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM 1.77.2-slim-bullseye as build
FROM rust:1.77.2 as build
ENV PKG_CONFIG_ALLOW_CROSS=1

WORKDIR /usr/src/daedalus
COPY . .
RUN cargo build --release


FROM debian:bullseye-slim
FROM rust:1.77.2-slim-bullseye

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
Expand Down

0 comments on commit de8cf4e

Please sign in to comment.