u
This commit is contained in:
Tomás Bianco 2020-02-22 20:18:39 -03:00
parent cb6e52366b
commit b6a642fa1e

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json /app/
RUN apt-get update || : && apt-get install python -y
RUN apk add update || : && apk add install python -y
RUN apk add --no-cache tzdata
RUN apk add git