There was an error while loading. Please reload this page.
1 parent 19a90f5 commit 2ca550aCopy full SHA for 2ca550a
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ ENV ACTIVEMQ_DATA /appdata/activemq
7
ENV ACTIVEMQ_PIDFILE ${ACTIVEMQ_HOME}/tmp/activemq.pid
8
ENV ACTIVEMQ_EXTRA_CONF /data/activemq
9
10
-RUN apk --no-cache add wget && \
+RUN apk --no-cache add wget python3 && \
11
wget https://archive.apache.org/dist/activemq/${VERSION}/${ACTIVEMQ}-bin.tar.gz && \
12
tar xvfz ${ACTIVEMQ}-bin.tar.gz && \
13
mv ${ACTIVEMQ} ${ACTIVEMQ_HOME} && \
0 commit comments