We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a0827 commit 05eff4bCopy full SHA for 05eff4b
.gitpod.Dockerfile
@@ -5,7 +5,7 @@ FROM gitpod/workspace-base:latest
5
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
6
7
RUN sudo add-apt-repository ppa:ondrej/php -y && \
8
- curl -fsSL https://deb.nodesource.com/setup_16.x | sudo bash - && \
+ curl -fsSL https://deb.nodesource.com/setup_18.x | sudo bash - && \
9
curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash && \
10
curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && \
11
sudo apt-get install -y \
0 commit comments