Skip to content

Commit

Permalink
Docker optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Feb 5, 2024
1 parent ecf785a commit 84a96c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM rust:1.67.0

RUN apt-get update && \
apt-get install -y clang cmake build-essential
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends clang cmake build-essential

WORKDIR /app

Expand Down

0 comments on commit 84a96c7

Please sign in to comment.