File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# Peter Ramm, 28.12.2016
33
44# Usage:
5- # Build image: > docker build -t rammpeter/panorama .
5+ # Build image: > docker build --build-arg JRUBY_VERSION=$JRUBY_VERSION - t rammpeter/panorama .
66# Create container from image: > docker run --name panorama -p 8080:8080 -d rammpeter/panorama
77
88# create container with tnsnames.ora from host and timezone set
@@ -39,7 +39,7 @@ COPY ${BACKEND_SRC_PATH} .
3939
4040# Not nneded because done again st last stage
4141# RUN microdnf update
42- RUN microdnf install wget tar gzip curl bash tzdata git
42+ RUN microdnf install wget tar gzip curl bash tzdata git make gcc
4343# RUN microdnf install wget tar gzip curl bash tzdata make clang git
4444RUN echo "### install jruby" && \
4545 (cd /opt && wget https://repo1.maven.org/maven2/org/jruby/jruby-dist/$JRUBY_VERSION/jruby-dist-$JRUBY_VERSION-bin.tar.gz) && \
You can’t perform that action at this time.
0 commit comments