Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinHendersonSMAPPER authored Oct 25, 2022
1 parent 8cab58d commit 38c5d91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ LABEL description="H & A Security Solutions Elastic ILM"
LABEL maintainer="Justin Henderson [email protected]"

RUN apt update && \
apt install git pipenv build-essential libssl-dev libffi-dev python3-dev -y && \
apt install wget gpg -y && \
wget -qO - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/chrome.list && \
apt update && \
apt install git pipenv build-essential libssl-dev libffi-dev python3-dev google-chrome-stable -y && \
apt clean && \
cd /opt && \
git clone https://github.com/HASecuritySolutions/elastic-ilm.git && \
Expand Down

0 comments on commit 38c5d91

Please sign in to comment.