Skip to content

Commit

Permalink
Fix python installation in expo publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Nov 8, 2021
1 parent 96e202e commit 272505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.expo-publisher
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:12-alpine

RUN apk add --update bash git python
RUN apk add --update bash git python3

WORKDIR /app

Expand Down

0 comments on commit 272505b

Please sign in to comment.