fix: skip apache2 prompts

This commit is contained in:
Brandon 2022-03-08 09:55:52 -06:00
parent 29be327db7
commit 23cacb0eb8

2
.gitpod.Dockerfile vendored
View file

@ -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 DEBIAN_FRONTEND=noninteractive apt-get -y install php8.0
RUN sudo apt --yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" install php8.0