Skip to content

Commit

Permalink
Dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Aug 16, 2023
1 parent c55b1d7 commit 8c2d7ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rust:bullseye AS builder
ADD . / app/
ADD . /app/
WORKDIR app
RUN apt update; \
apt install -y \
RUN apt-get update; \
apt-get install -y \
cmake \
protobuf-compiler
RUN cargo build --release
Expand Down

0 comments on commit 8c2d7ad

Please sign in to comment.