Fix the python dependancies in laravel echo server
The build fail with the previous Dockerfile
This commit is contained in:
parent
bc894b6ee0
commit
a8be1768b9
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user