00:02:31
Aug 27, 2020
00:02:30
Step 7/12 : RUN curl -Lo panel.tar.gz https://github.com/Pterodactyl/Panel/archive/${PANEL_VERSION}.tar.gz && tar --strip-components=1 -xzvf panel.tar.gz && rm panel.tar.gz && chmod -R 755 storage/* bootstrap/cache && find storage -type d > .storage.tmpl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && cp .env.example .env && composer install --ansi --no-dev && rm .env ./storage -rf && chown nginx:nginx * -R ---> Running in db5f68c5a6e2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 9 100 9 0 0 16 0 --:--:-- --:--:-- --:--:-- 16 100 9 100 9 0 0 16 0 --:--:-- --:--:-- --:--:-- 16tar: invalid magictar: short readThe command '/bin/sh -c curl -Lo panel.tar.gz https://github.com/Pterodactyl/Panel/archive/${PANEL_VERSION}.tar.gz && tar --strip-components=1 -xzvf panel.tar.gz && rm panel.tar.gz && chmod -R 755 storage/* bootstrap/cache && find storage -type d > .storage.tmpl && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && cp .env.example .env && composer install --ansi --no-dev && rm .env ./storage -rf && chown nginx:nginx * -R' returned a non-zero code: 1ERROR: Job failed: exit status 1