1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

chore: update install command for PHP8.0

This commit is contained in:
Brandon 2022-03-08 09:12:57 -06:00
parent 1f86a43ebe
commit 29be327db7

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 apt upgrade -q -y --force-yes
RUN sudo DEBIAN_FRONTEND=noninteractive apt-get -y install php8.0