Skip to content

Commit

Permalink
fix sonarcloud problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hanazarraa committed May 10, 2023
1 parent 9ac1348 commit 471371d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/bbbeasy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN set -xe \
opcache \
sockets \
zip \
&& wget https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar \
&& curl --proto https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar \
&& mv pickle.phar /usr/local/bin/pickle \
&& chmod +x /usr/local/bin/pickle \
&& pickle install uploadprogress \
Expand Down

0 comments on commit 471371d

Please sign in to comment.