Skip to content

Commit

Permalink
added git to system-test image, quickstart base image no longer inclu…
Browse files Browse the repository at this point in the history
…des that bin (#77)
  • Loading branch information
sreuland authored Sep 14, 2023
1 parent 4e45960 commit 352cc1d
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 @@ -27,7 +27,7 @@ ARG RUST_TOOLCHAIN_VERSION
ARG NODE_VERSION

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y build-essential expect && apt-get clean
RUN apt-get update && apt-get install -y build-essential expect git && apt-get clean

# Install Rust
RUN ["mkdir", "-p", "/rust"]
Expand Down

0 comments on commit 352cc1d

Please sign in to comment.