mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
bug: fixed prompt in .devcontainer/Dockerfile (#4820)
The user prompt was causing the GitHub codespaces build to fail.
This commit is contained in:
committed by
GitHub
parent
53f2449e4f
commit
a5cc1970cf
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user