We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82ab25 commit 16a464eCopy full SHA for 16a464e
1 file changed
Dockerfile-test
@@ -1,9 +1,9 @@
1
FROM ubuntu:latest
2
3
RUN apt-get update && apt-get upgrade -y
4
-RUN apt-get -y install build-essential python-setuptools python2.7 python2.7-dev libssl-dev git tox python-pip
+RUN apt-get -y install build-essential python3.6 python3.6-dev python3-pip libssl-dev git
5
6
WORKDIR /home/elastalert
7
8
ADD requirements*.txt ./
9
-RUN pip install -r requirements-dev.txt
+RUN pip3 install -r requirements-dev.txt
0 commit comments