Skip to content

Commit

Permalink
apk upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
songdongsheng committed Feb 17, 2019
1 parent 22f9312 commit 1526b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/docker-build-linux-amd64-musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chmod +x "$TMP_SCRIPT"
cat > "$TMP_SCRIPT" << EOF
#!/bin/sh
apk update
apk update && apk upgrade
apk add gcc musl-dev
cd /opt/
Expand Down

0 comments on commit 1526b90

Please sign in to comment.