Skip to content

Commit fae21b8

Browse files
committed
chmod /appdata
1 parent 8ba5b3e commit fae21b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV ACTIVEMQ_DATA /appdata/activemq
77
ENV ACTIVEMQ_PIDFILE ${ACTIVEMQ_HOME}/tmp/activemq.pid
88
ENV ACTIVEMQ_EXTRA_CONF /data/activemq
99

10-
RUN apk --no-cache add wget python3 && \
10+
RUN apk --no-cache add util-linux wget python3 && \
1111
wget https://archive.apache.org/dist/activemq/${VERSION}/${ACTIVEMQ}-bin.tar.gz && \
1212
tar xvfz ${ACTIVEMQ}-bin.tar.gz && \
1313
mv ${ACTIVEMQ} ${ACTIVEMQ_HOME} && \

0 commit comments

Comments
 (0)