Skip to content

Commit

Permalink
Fix a build issue caused by pip3 being unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
manojsdoshi committed Jun 30, 2020
1 parent 706ca87 commit b54453d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Builds/containers/gitlab-ci/docker_alpine_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -ex
echo $(nproc)
docker login -u rippled \
-p ${ARTIFACTORY_DEPLOY_KEY_RIPPLED} ${ARTIFACTORY_HUB}
apk add --update py-pip
apk add \
bash util-linux coreutils binutils grep \
make ninja cmake build-base gcc g++ abuild git \
Expand Down

0 comments on commit b54453d

Please sign in to comment.