Skip to content

Commit b849f4e

Browse files
author
Peter Ramm
committed
make and gcc added
1 parent 44e86e9 commit b849f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
4444
RUN 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) && \

0 commit comments

Comments
 (0)