mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
18 lines
667 B
Docker
18 lines
667 B
Docker
FROM gcr.io/stacksmith-images/ubuntu-buildpack:14.04-r8
|
|
MAINTAINER Bitnami <containers@bitnami.com>
|
|
|
|
ENV BITNAMI_IMAGE_VERSION=6.2.0-r0 \
|
|
BITNAMI_APP_NAME=node
|
|
|
|
RUN bitnami-pkg install node-6.2.0-0 --checksum 73b702618bf7c1b314bc1612cd43563143da03dab55cfc6d7bbcd87b7a255825
|
|
ENV PATH=/opt/bitnami/python/bin:/opt/bitnami/$BITNAMI_APP_NAME/bin:/opt/bitnami/common/bin:$PATH
|
|
|
|
RUN bitnami-pkg install imagemagick-6.7.5-10-3 --checksum 617e85a42c80f58c568f9bc7337e24c03e35cf4c7c22640407a7e1e16880cf88
|
|
RUN bitnami-pkg install mysql-libraries-10.1.13-0 --checksum 71ca428b619901123493503f8a99ccfa588e5afddd26e0d503a32cca1bc2a389
|
|
|
|
CMD ["node"]
|
|
|
|
WORKDIR /app
|
|
|
|
EXPOSE 3000
|