Fix the python dependancies in laravel echo server

The build fail with the previous Dockerfile
This commit is contained in:
eric-reichenbach 2021-09-10 09:04:53 +02:00 committed by GitHub
parent bc894b6ee0
commit a8be1768b9
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
RUN apk add --update \
python \
python-dev \
python3 \
python3-dev \
py-pip \
build-base