bug: fixed prompt in .devcontainer/Dockerfile (#4820)

The user prompt was causing the GitHub codespaces build to fail.
This commit is contained in:
Muhammad Atif Ali 2022-11-07 15:03:55 +03:00 committed by GitHub
parent 53f2449e4f
commit a5cc1970cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \