Skip to content

Commit 0cc64b6

Browse files
committed
Minor fix to Dockerfile.experiment
1 parent cd4b645 commit 0cc64b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.experiment

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN git config --global user.email [email protected]
55
RUN git config --global user.name acr
66

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

1010
COPY . /opt/auto-code-rover
1111
WORKDIR /opt/auto-code-rover

0 commit comments

Comments
 (0)