mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
chore: add more flags to use defaults
This commit is contained in:
parent
61ad0fbfdd
commit
1f86a43ebe
1 changed files with 1 additions and 1 deletions
2
.gitpod.Dockerfile
vendored
2
.gitpod.Dockerfile
vendored
|
|
@ -5,4 +5,4 @@ RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-den
|
|||
|
||||
RUN sudo apt install software-properties-common && sudo add-apt-repository ppa:ondrej/php -y
|
||||
RUN sudo apt update
|
||||
RUN sudo apt upgrade -y
|
||||
RUN sudo apt upgrade -q -y --force-yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue