Skip to content

Commit

Permalink
install docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Oliveros <[email protected]>
  • Loading branch information
joliveros committed Mar 1, 2021
1 parent c7d3cfe commit cef6796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM openjdk:8-jdk

RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get update \
&& apt-get install -y \
Expand Down Expand Up @@ -36,7 +35,8 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
python get-pip.py && \
pip install \
elasticsearch-curator==5.4.0 \
boto==2.48.0
boto==2.48.0 \
docker-compose


ARG user=jenkins
Expand Down

0 comments on commit cef6796

Please sign in to comment.