Skip to content

Commit e826be6

Browse files
committed
add stdlibc++ to alpine, optimized Dockerfile
required to run leveldb persistence
1 parent 6fde194 commit e826be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
FROM java:8u77-jre-alpine
16+
RUN apk -U add libstdc++
1617
MAINTAINER arpnetworking
1718
EXPOSE 7065
1819
EXPOSE 7066
@@ -24,5 +25,5 @@ ENV JAVA_OPTS $LOGGING_CONFIG
2425
RUN mkdir -p /opt/cluster-aggregator/logs
2526
RUN mkdir -p /opt/cluster-aggregator/data
2627
ADD config /opt/cluster-aggregator/config
27-
ADD target/appassembler /opt/cluster-aggregator
2828
CMD /opt/cluster-aggregator/bin/cluster-aggregator $PARAMS
29+
ADD target/appassembler /opt/cluster-aggregator

0 commit comments

Comments
 (0)