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