Merge pull request #3052 from eric-reichenbach/patch-1
Fix the python dependancies in laravel echo server
This commit is contained in:
commit
2c52d10a39
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue