We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a3eed commit 998dd0fCopy full SHA for 998dd0f
1 file changed
Dockerfile.base
@@ -8,9 +8,7 @@ RUN \
8
mysql mysql-client python3 make g++ && \
9
echo 'alias ll="ls -lha"' >> ~/.bashrc && \
10
install-php-extensions gd intl pdo_mysql zip xsl pcov redis && \
11
- curl -1sLf \
12
- 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.alpine.sh' \
13
- | bash && \
+ curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.alpine.sh' | bash && \
14
apk add --no-cache shopware-cli
15
16
RUN \
0 commit comments