Skip to content

Commit

Permalink
forgot to add
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbiam committed Jul 17, 2024
1 parent 2255425 commit 6fed924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN groupadd -r activemq -g 433 && \
mkdir /usr/local/activemq

ADD health_check.sh /usr/bin/health_check.sh
ADD start_amq.sh /usr/bin/start_amq.sh

RUN apt-get update;apt-get -y install openjdk-11-jdk-headless curl apt-transport-https gnupg jq && \
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && \
Expand Down

0 comments on commit 6fed924

Please sign in to comment.