mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
Replaced the bundled common libraries with references to system packages
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
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-dashboard \
|
||||
BITNAMI_IMAGE_VERSION=1.0.19-r2 \
|
||||
BITNAMI_IMAGE_VERSION=1.0.19-r3 \
|
||||
PATH=/opt/bitnami/node/bin:$PATH
|
||||
|
||||
# System packages required
|
||||
RUN install_packages --no-install-recommends 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 node-4.6.1-1 --checksum 9deada9ba8f67e81843e874947176cead26dca7e5ae2c7f7007f4479588aa11b
|
||||
|
||||
# Install parsedashboard
|
||||
RUN bitnami-pkg unpack parse-dashboard-1.0.19-1 --checksum 9947593995de8d10ae19daef2b2f6b3c76622d07afc799a1b5d941454ab48543
|
||||
RUN bitnami-pkg unpack parse-dashboard-1.0.19-2 --checksum f0bc6bb74120325606f02f84db8213a979318e20ebccfe6e5f6898a553db9f0f
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user