Set phyton version to work laravel-echo-server

This commit is contained in:
Geovanek
2021-09-14 09:43:27 -03:00
parent bc894b6ee0
commit 7511d4f148
3 changed files with 5 additions and 1030 deletions

View File

@ -16,9 +16,9 @@ RUN if [ ${CHANGE_SOURCE} = true ]; then \
;fi
RUN apk add --update \
python \
python-dev \
py-pip \
python3 \
python3-dev \
py3-pip \
build-base
RUN npm install