1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

fix: add PHP8 repoistory and upgrade

This commit is contained in:
Brandon 2022-03-08 08:06:02 -06:00
parent 8fee065ef0
commit 61ad0fbfdd

4
.gitpod.Dockerfile vendored
View file

@ -3,4 +3,6 @@ FROM gitpod/workspace-full
RUN curl -fsSL https://deno.land/x/install/install.sh | sh
RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-deno && echo 'export DENO_INSTALL="/home/gitpod/.deno"' >> /home/gitpod/.bashrc.d/90-deno && echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno
RUN sudo apt-get install php8.0
RUN sudo apt install software-properties-common && sudo add-apt-repository ppa:ondrej/php -y
RUN sudo apt update
RUN sudo apt upgrade -y