swoole / docker-swoole

🏄 Official Docker Image of Swoole
https://hub.docker.com/r/phpswoole/swoole
Apache License 2.0
534 stars 113 forks source link

When I'am getting phpswoole/swoole:php8.0 Docker image I got Alpine image instead Debian #22

Closed texnicii closed 3 years ago

texnicii commented 3 years ago

Part of my Dockerfile:

FROM phpswoole/swoole:php8.0
RUN apt-get update

Error: apt-get not found (because it is Alpine version) image

deminy commented 3 years ago

I had manually triggered a job having image phpswoole/swoole:php8.0 (and few other PHP 7 images) built correctly, and just committed a code fix for it.

Thanks for reporting the issue!