mirror of
https://github.com/bitnami/containers.git
synced 2026-04-03 15:57:46 +08:00
Replace the bundled common libraries bundled with the module 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=rabbitmq \
|
||||
BITNAMI_IMAGE_VERSION=3.6.6-r2 \
|
||||
BITNAMI_IMAGE_VERSION=3.6.6-r3 \
|
||||
PATH=/opt/bitnami/erlang/bin:/opt/bitnami/rabbitmq/bin:$PATH
|
||||
|
||||
# System packages required
|
||||
RUN install_packages --no-install-recommends libc6 libssl1.0.0 libtinfo5 zlib1g
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg install erlang-17.4-2 --checksum 75a0f0dd2c3e58271c8fa8308404f82cbe14925aa6b737da90b8641adef2a717
|
||||
RUN bitnami-pkg install erlang-17.4-3 --checksum 7465a1ac11bf98cc1e2a549758dd4fccb2812d60ede33d1f68e0c7ec312b0b88
|
||||
|
||||
# Install rabbitmq
|
||||
RUN bitnami-pkg unpack rabbitmq-3.6.6-1 --checksum 0b035f73488cdae9cfd2f7b3e8fd6d64c0722732866c9fe020c1d07dd3ba88a6
|
||||
RUN bitnami-pkg unpack rabbitmq-3.6.6-2 --checksum a45b57ff8ba832ef005721f120270c0054fcf134d2a9925f27ef3c9be0002299
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user