diff --git a/laravel-echo-server/Dockerfile b/laravel-echo-server/Dockerfile index 26a64c1a..5f6d41b8 100644 --- a/laravel-echo-server/Dockerfile +++ b/laravel-echo-server/Dockerfile @@ -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