-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from bitnami/stacksmith/update-dockerfile-t4y3aqa
stacksmith: Update Dockerfile
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ | |
## 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 <[email protected]> | ||
|
||
ENV STACKSMITH_STACK_ID="2v2yvmx" \ | ||
ENV STACKSMITH_STACK_ID="t4y3aqa" \ | ||
STACKSMITH_STACK_NAME="bitnami/bitnami-docker-rails" \ | ||
STACKSMITH_STACK_PRIVATE="1" | ||
|
||
|
@@ -25,6 +25,7 @@ ENV PATH=/opt/bitnami/ruby/bin:$PATH | |
|
||
## STACKSMITH-END: Modifications below this line will be unchanged when regenerating | ||
|
||
|
||
RUN bitnami-pkg install imagemagick-6.7.5-10-3 --checksum 617e85a42c80f58c568f9bc7337e24c03e35cf4c7c22640407a7e1e16880cf88 | ||
RUN bitnami-pkg install mysql-libraries-10.1.13-0 --checksum 71ca428b619901123493503f8a99ccfa588e5afddd26e0d503a32cca1bc2a389 | ||
|
||
|