Skip to content

Commit 1459f3a

Browse files
authored
Update .gitpod.Dockerfile
1 parent 26e7839 commit 1459f3a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.gitpod.Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
55
RUN sudo add-apt-repository ppa:ondrej/php -y && \
66
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo bash - && \
77
curl -1sLf 'https://dl.cloudsmith.io/public/symfony/stable/setup.deb.sh' | sudo -E bash && \
8+
curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.deb.sh' | sudo -E bash && \
89
sudo apt-get install -y \
910
php8.1-fpm php8.1-mysql php8.1-curl php8.1-gd php8.1-xml php8.1-zip php8.1-opcache php8.1-mbstring php8.1-intl php8.1-cli \
1011
rsync \
1112
symfony-cli \
13+
shopware-cli \
1214
mysql-client-8.0 \
1315
nodejs && \
14-
sudo wget https://github.com/FriendsOfShopware/shopware-cli/releases/download/0.1.39/shopware-cli_linux_amd64.deb && \
15-
sudo dpkg -i shopware-cli_linux_amd64.deb && \
16-
sudo rm shopware-cli_linux_amd64.deb && \
1716
echo "memory_limit=512M" > php.ini && \
1817
echo "assert.active=0" >> php.ini && \
1918
echo "opcache.interned_strings_buffer=20" >> php.ini && \
@@ -25,4 +24,4 @@ RUN sudo add-apt-repository ppa:ondrej/php -y && \
2524
echo "[client]" > ~/.my.cnf && \
2625
echo "host=127.0.0.1" >> ~/.my.cnf && \
2726
echo "user=root" >> ~/.my.cnf && \
28-
echo "password=root" >> ~/.my.cnf
27+
echo "password=root" >> ~/.my.cnf

0 commit comments

Comments
 (0)