You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS Big Sur 11.4
Docker desktop 3.5.1
Step to reproduce:
I following the instruction on this page: https://docs.phalcon.io/4.0/en/tutorial-vokuro#docker
I cloned vokuro repo to my local, go to the root folder, then run the combine command
System:
macOS Big Sur 11.4
Docker desktop 3.5.1
Step to reproduce:
I following the instruction on this page: https://docs.phalcon.io/4.0/en/tutorial-vokuro#docker
I cloned vokuro repo to my local, go to the root folder, then run the combine command
$ docker build -t phalcon-tutorial-vokuro -f docker/Dockerfile .
it failed on the last step, below is the full description of my terminal.
Building 26.1s (8/8) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 37B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 35B 0.0s
=> [internal] load metadata for docker.io/library/php:7.4-cli 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 11.74kB 0.0s
=> [1/4] FROM docker.io/library/php:7.4-cli 0.0s
=> CACHED [2/4] ADD . /code 0.0s
=> CACHED [3/4] WORKDIR /code 0.0s
=> ERROR [4/4] RUN apt update && curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh | bash && apt update -y && apt install php7.4-phalcon && docker-php-ext-install opcache pdo_mysql mysqli 1> /dev/null && print 25.9s
executor failed running [/bin/sh -c apt update && curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh | bash && apt update -y && apt install php7.4-phalcon && docker-php-ext-install opcache pdo_mysql mysqli 1> /dev/null && printf "\n" | pecl install --force psr 1> /dev/null && docker-php-ext-enable psr && docker-php-ext-enable phalcon && php -m | grep -i "opcache|mysql|phalcon|psr|pdo|mbstring" && mv /code/.env.example /code/.env && apt-get autoremove -y && apt-get autoclean -y && apt-get clean -y && rm -rf /tmp/* /var/tmp/* && find /var/cache/apt/archives /var/lib/apt/lists /var/cache -not -name lock -type f -delete && find /var/log -type f | while read f; do echo -n '' > ${f}; done]: exit code: 100
Actual result
Docker image is not created.
Expected result
It should go through without error
or different instruction if there is something different between MacOs and Linux based
The text was updated successfully, but these errors were encountered: