Commit 479dca0f authored by nanahira's avatar nanahira

add missing cli again

parent f34b52b9
Pipeline #11134 failed with stages
in 2 minutes and 21 seconds
......@@ -15,8 +15,8 @@ RUN \
apk --update add curl gettext nginx php7 php7-cli php7-bcmath php7-common php7-dom php7-fileinfo \
php7-fpm php7-gd php7-memcached php7-mbstring php7-openssl php7-pdo php7-phar php7-json \
php7-pdo_mysql php7-session php7-simplexml php7-tokenizer php7-ctype php7-zlib php7-zip tini \
&& mkdir -p /var/www/html /run/nginx
&& mkdir -p /var/www/html /run/nginx && ln -s /usr/bin/php7 /usr/bin/php
RUN \
curl -Lo panel.tar.gz https://github.com/Pterodactyl/Panel/archive/${PANEL_VERSION}.tar.gz \
&& tar --strip-components=1 -xzvf panel.tar.gz \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment