We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba5b3e commit fae21b8Copy full SHA for fae21b8
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 python3 && \
+RUN apk --no-cache add util-linux 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