1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-15 20:00:08 -07:00

Now runs up to step 16 - stltools python install, but fail at that step

This commit is contained in:
Ghislain Proulx 2020-12-20 11:34:10 -05:00
parent e5a9b8200f
commit c0665ab23a

View File

@ -1,4 +1,5 @@
FROM php:7.1.33-zts-stretch
# FROM php:7.1.33-fpm-stretch
RUN apt update && apt install -y \
admesh \
@ -12,8 +13,13 @@ RUN apt update && apt install -y \
wget \
&& rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-configure zip --with-libzip
RUN docker-php-ext-install zip pdo_mysqlp
# RUN COPY docker-php-ext-get /usr/local/bin/
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions && sync
RUN install-php-extensions zip pdo_mysql
# install elasticsearch
RUN wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -