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
+1 -1
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 \