From 272505b36d0f8f20a8d6e7a7a3efd3f2277a3cff Mon Sep 17 00:00:00 2001 From: Joe Haines Date: Mon, 8 Nov 2021 09:36:54 +0000 Subject: [PATCH] Fix python installation in expo publisher --- dockerfiles/Dockerfile.expo-publisher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.expo-publisher b/dockerfiles/Dockerfile.expo-publisher index 1518f0ccab..77bf87627c 100644 --- a/dockerfiles/Dockerfile.expo-publisher +++ b/dockerfiles/Dockerfile.expo-publisher @@ -1,6 +1,6 @@ FROM node:12-alpine -RUN apk add --update bash git python +RUN apk add --update bash git python3 WORKDIR /app