We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4b645 commit 0cc64b6Copy full SHA for 0cc64b6
Dockerfile.experiment
@@ -5,7 +5,7 @@ RUN git config --global user.email [email protected]
5
RUN git config --global user.name acr
6
7
ENV DEBIAN_FRONTEND=noninteractive
8
-RUN apt install -y vim build-essential libssl-dev
+RUN apt update && apt install -y vim build-essential libssl-dev
9
10
COPY . /opt/auto-code-rover
11
WORKDIR /opt/auto-code-rover
0 commit comments