Skip to content

Commit 998dd0f

Browse files
committed
style: Remove unneeded new lines
1 parent 55a3eed commit 998dd0f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile.base

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ RUN \
88
mysql mysql-client python3 make g++ && \
99
echo 'alias ll="ls -lha"' >> ~/.bashrc && \
1010
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 && \
11+
curl -1sLf 'https://dl.cloudsmith.io/public/friendsofshopware/stable/setup.alpine.sh' | bash && \
1412
apk add --no-cache shopware-cli
1513

1614
RUN \

0 commit comments

Comments
 (0)