mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Remove gitpod config (needed no more)
This commit is contained in:
parent
e8a9f3f9c4
commit
3b71e34aa4
1 changed files with 0 additions and 13 deletions
13
.gitpod.Dockerfile
vendored
13
.gitpod.Dockerfile
vendored
|
|
@ -1,13 +0,0 @@
|
||||||
FROM gitpod/workspace-full
|
|
||||||
|
|
||||||
RUN sudo apt update
|
|
||||||
RUN sudo add-apt-repository ppa:ondrej/php -y
|
|
||||||
# Disable current PHP installation
|
|
||||||
RUN sudo a2dismod php7.4 mpm_prefork
|
|
||||||
|
|
||||||
# Install apache2 (PHP install requires to do this first) and php8.0
|
|
||||||
RUN sudo install-packages \
|
|
||||||
-o Dpkg::Options::="--force-confdef" \
|
|
||||||
-o Dpkg::Options::="--force-confold" \
|
|
||||||
apache2 php8.0
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue