Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Remove the "&&" in the image installation (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcapecce authored Aug 16, 2021
1 parent b86e4a9 commit 3f961b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/proxy-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk --no-cache --update upgrade musl \
make \
g++ \
ca-certificates \
wget && \
wget \
&& yarn install --no-cache \
&& apk del .build-deps

Expand Down

0 comments on commit 3f961b1

Please sign in to comment.