We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa3b1b2 + 16a464e commit c3ac34aCopy full SHA for c3ac34a
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