Merge pull request #33 from bitnami/libraries
Replaced the bundled common libraries with references to system packages
This commit is contained in:
commit
53e1449a3c
|
|
@ -1,19 +1,22 @@
|
|||
FROM gcr.io/stacksmith-images/minideb:jessie-r2
|
||||
FROM gcr.io/stacksmith-images/minideb:jessie-r4
|
||||
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=magento \
|
||||
BITNAMI_IMAGE_VERSION=2.1.2-r4 \
|
||||
BITNAMI_IMAGE_VERSION=2.1.2-r5 \
|
||||
PATH=/opt/bitnami/php/bin:/opt/bitnami/apache/bin:/opt/bitnami/magento/bin/:$PATH
|
||||
|
||||
# System packages required
|
||||
RUN install_packages libssl1.0.0 libaprutil1 libapr1 libc6 libuuid1 libexpat1 libpcre3 libldap-2.4-2 libsasl2-2 libgnutls-deb0-28 zlib1g libp11-kit0 libtasn1-6 libnettle4 libhogweed2 libgmp10 libffi6 libxslt1.1 libtidy-0.99-0 libreadline6 libncurses5 libtinfo5 libsybdb5 libmcrypt4 libstdc++6 libpng12-0 libjpeg62-turbo libbz2-1.0 libxml2 libcurl3 libfreetype6 libicu52 libgcc1 libgcrypt20 libgssapi-krb5-2 liblzma5 libidn11 librtmp1 libssh2-1 libkrb5-3 libk5crypto3 libcomerr2 libgpg-error0 libkrb5support0 libkeyutils1
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg unpack apache-2.4.23-9 --checksum 25bf5b82662874c21b0c0614c057d06b4a8ec14d8a76181053b691a9dfbf7f94
|
||||
RUN bitnami-pkg unpack php-7.0.13-0 --checksum 9067aa50cb5d6870a5c59bfc66eb026dd45fb2ce76ebd206beef145c0f5dd2b1
|
||||
RUN bitnami-pkg install libphp-7.0.12-0 --checksum cf1a090ef79c2d1a7c9598a91e8dc7a485a5c3967aaee55cb08b23496fdbf1ee
|
||||
RUN bitnami-pkg install mysql-client-10.1.19-0 --checksum fdbc292bedabeaf0148d66770b8aa0ab88012ce67b459d6ba2b46446c91bb79c
|
||||
RUN bitnami-pkg unpack apache-2.4.23-11 --checksum e4876fc1514082af221105319ddc8f069e7e2305dded70633bbf9a5973f2d9be
|
||||
RUN bitnami-pkg unpack php-7.0.13-1 --checksum 5f571dc337fc95be2e6dffe786c5c376f137fe9d09048239a8d7f0e3d425e464
|
||||
RUN bitnami-pkg install libphp-7.0.13-1 --checksum 0248411046c38e46992dbd74e7937513664bb1a0c7bb0fe666b194be4d3e4596
|
||||
RUN bitnami-pkg install mysql-client-10.1.19-1 --checksum 2d946c8ee3e2e845f68a5cf3751d6477d88af194d263842797fe50a44414a173
|
||||
|
||||
# Install magento
|
||||
RUN bitnami-pkg unpack magento-2.1.2-3 --checksum 4822264544bb117db3ca8659b2e1b32806c63927b9c7ff5aa329f853df108fb7
|
||||
RUN bitnami-pkg unpack magento-2.1.2-4 --checksum feb9462e5fd7dad55d7c298a8a8ab6dc56a09873ad75eb378d9a144761b1a443
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue