Skip to content

Commit 16a464e

Browse files
committed
Updating the docker test file to work with python 3.6
1 parent e82ab25 commit 16a464e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM ubuntu:latest
22

33
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
4+
RUN apt-get -y install build-essential python3.6 python3.6-dev python3-pip libssl-dev git
55

66
WORKDIR /home/elastalert
77

88
ADD requirements*.txt ./
9-
RUN pip install -r requirements-dev.txt
9+
RUN pip3 install -r requirements-dev.txt

0 commit comments

Comments
 (0)