Skip to content

Commit

Permalink
Temporarily installing vim in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Nov 1, 2023
1 parent 4d3ff2d commit 371ba6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND=non-interactive

# Run package updates and install packages
RUN apt-get update \
&& apt-get install -y wget curl jq sudo ninja-build \
&& apt-get install -y wget curl jq sudo ninja-build vim \
&& rm -rf /var/lib/apt/lists/*

RUN wget https://github.com/mozilla/sccache/releases/download/v0.5.4/sccache-v0.5.4-x86_64-unknown-linux-musl.tar.gz && \
Expand Down

0 comments on commit 371ba6a

Please sign in to comment.