Skip to content

Commit

Permalink
bug: fixed prompt in .devcontainer/Dockerfile (#4820)
Browse files Browse the repository at this point in the history
The user prompt was causing the GitHub codespaces build to fail.
  • Loading branch information
matifali committed Nov 7, 2022
1 parent 53f2449 commit a5cc197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

ENV EDITOR=vim

RUN apt-get update && apt-get upgrade
RUN apt-get update && apt-get upgrade --yes

RUN apt-get install --yes \
ca-certificates \
Expand Down

0 comments on commit a5cc197

Please sign in to comment.