mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
Merge pull request #18 from bitnami/libraries
Replaced the bundled common libraries with references to system packages
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
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=parse \
|
||||
BITNAMI_IMAGE_VERSION=2.2.24-r0 \
|
||||
BITNAMI_IMAGE_VERSION=2.2.24-r1 \
|
||||
PATH=/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH
|
||||
|
||||
# System packages required
|
||||
RUN install_packages libc6 libssl1.0.0 libncurses5 libtinfo5 zlib1g libbz2-1.0 libreadline6 libstdc++6 libgcc1 ghostscript imagemagick libmysqlclient18
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg install node-4.6.1-0 --checksum 3eb5e4639c18b8ac19f0c7a54cc5874a738853300fd91500642f748334dd1693
|
||||
RUN bitnami-pkg install mongodb-client-3.2.7-4 --checksum 251b952828fa1dfaae4063914bba46ea8a1aaf9c0954850c00ee772000077f8d
|
||||
RUN bitnami-pkg install node-4.6.1-1 --checksum 9deada9ba8f67e81843e874947176cead26dca7e5ae2c7f7007f4479588aa11b
|
||||
RUN bitnami-pkg install mongodb-client-3.2.11-1 --checksum 948f59fd017a844a5633276f63742ff4013591819b9751b3e070a8805a40c290
|
||||
|
||||
# Install parse
|
||||
RUN bitnami-pkg unpack parse-2.2.24-0 --checksum d3694500671d90cc48f55479c3509976fb1b3f054a16c1d72c75ef2440aa781b
|
||||
RUN bitnami-pkg unpack parse-2.2.24-1 --checksum 40b2d32e38d260ec7fb702862777c1b67dd6f9c5b4fcb18574ce0a50780a6a35
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user