Skip to content

Commit

Permalink
Try slim
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Dec 23, 2023
1 parent 7ff66da commit 1e6b63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM rust:latest
FROM rust:slim
RUN apt-get update && apt-get -y install git
WORKDIR /app
RUN rustup default nightly
ADD . /app
Expand Down

0 comments on commit 1e6b63c

Please sign in to comment.