Skip to content

Commit

Permalink
cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Jun 26, 2022
1 parent 19a90f5 commit 2ca550a
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 && \
RUN apk --no-cache add 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 2ca550a

Please sign in to comment.