Skip to content

Commit

Permalink
Minor fix to Dockerfile.experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuntongzhang committed Sep 28, 2024
1 parent cd4b645 commit 0cc64b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.experiment
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN git config --global user.email acr@nus.edu.sg
RUN git config --global user.name acr

ENV DEBIAN_FRONTEND=noninteractive
RUN apt install -y vim build-essential libssl-dev
RUN apt update && apt install -y vim build-essential libssl-dev

COPY . /opt/auto-code-rover
WORKDIR /opt/auto-code-rover
Expand Down

0 comments on commit 0cc64b6

Please sign in to comment.