Skip to content

Commit

Permalink
chore: python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Nov 8, 2021
1 parent 127d656 commit 8bf7049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults_Dependencies: &defaults_Dependencies |
apk --no-cache add ca-certificates
apk --no-cache add curl
apk --no-cache add openssh-client
apk add --no-cache -t build-dependencies make gcc g++ python libtool autoconf automake jq
apk add --no-cache -t build-dependencies python3 make gcc g++ libtool autoconf automake jq
npm config set unsafe-perm true
npm install -g node-gyp

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /opt/reporting-hub-bop-positions-ui
ENV PATH /opt/reporting-hub-bop-positions-ui/node_modules/.bin:$PATH

# Install build dependencies
RUN apk add --no-cache -t build-dependencies git make gcc g++ python libtool autoconf automake \
RUN apk add --no-cache -t build-dependencies python3 git make gcc g++ libtool autoconf automake \
&& cd $(npm root -g)/npm \
&& npm config set unsafe-perm true \
&& npm install -g node-gyp
Expand Down

0 comments on commit 8bf7049

Please sign in to comment.