Skip to content

Commit

Permalink
fix build image (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLerxky committed Oct 9, 2023
1 parent 09da196 commit 54a7a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /build
ENV PROTOC_NO_VENDOR 1
RUN rustup component add rustfmt && \
apt-get update && \
apt-get install -y --no-install-recommends wget protobuf-compiler && \
apt-get install -y --no-install-recommends wget protobuf-compiler build-essential g++ && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY . /build/
Expand Down

0 comments on commit 54a7a7b

Please sign in to comment.