Skip to content

Commit

Permalink
chmod /appdata
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jul 26, 2022
1 parent 8ba5b3e commit fae21b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV ACTIVEMQ_DATA /appdata/activemq
ENV ACTIVEMQ_PIDFILE ${ACTIVEMQ_HOME}/tmp/activemq.pid
ENV ACTIVEMQ_EXTRA_CONF /data/activemq

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

0 comments on commit fae21b8

Please sign in to comment.