Merge pull request #3052 from eric-reichenbach/patch-1

Fix the python dependancies in laravel echo server
This commit is contained in:
Shao Yu-Lung (Allen) 2021-09-22 14:36:02 +08:00 committed by GitHub
commit 2c52d10a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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