1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

chore: remove Deno install

This commit is contained in:
Brandon 2022-03-08 10:44:14 -06:00
parent 8a90c33172
commit c7500b4b09

4
.gitpod.Dockerfile vendored
View file

@ -1,9 +1,5 @@
FROM gitpod/workspace-full
# Install and configure Deno
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
# Disable current PHP installation
RUN sudo a2dismod php7.4
RUN sudo a2dismod mpm_prefork