mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
stacksmith: Update Dockerfile
This commit is contained in:
@@ -11,21 +11,22 @@
|
||||
## Connect to the container at DOCKER_IP:3000
|
||||
## replacing DOCKER_IP for the IP of your active docker host
|
||||
|
||||
FROM gcr.io/stacksmith-images/ubuntu-buildpack:14.04-r07
|
||||
FROM gcr.io/stacksmith-images/ubuntu-buildpack:14.04-r8
|
||||
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV STACKSMITH_STACK_ID="ur4qay6" \
|
||||
ENV STACKSMITH_STACK_ID="e92yf5m" \
|
||||
STACKSMITH_STACK_NAME="bitnami/bitnami-docker-express" \
|
||||
STACKSMITH_STACK_PRIVATE="1"
|
||||
|
||||
RUN bitnami-pkg install node-6.2.1-0 --checksum f38ccc063ccc74ab095ddcb5bd227c0722e348f53e31652fd2840779be9e581f
|
||||
RUN bitnami-pkg install node-6.3.0-0 --checksum f2997c421e45beb752673a531bf475231d183c30f7f8d5ec1a5fb68d39744d5f
|
||||
|
||||
ENV PATH=/opt/bitnami/node/bin:/opt/bitnami/python/bin:$PATH \
|
||||
NODE_PATH=/opt/bitnami/node/lib/node_modules
|
||||
|
||||
## STACKSMITH-END: Modifications below this line will be unchanged when regenerating
|
||||
|
||||
|
||||
# ExpressJS template
|
||||
ENV BITNAMI_APP_NAME=express
|
||||
ENV BITNAMI_IMAGE_VERSION=4.13.4-r3
|
||||
|
||||
Reference in New Issue
Block a user