Skip to content

Commit

Permalink
Update Dockerfile instruction for use Conductor version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamarts committed Apr 4, 2022
1 parent cea933e commit 1c5dfc8
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,6 +1,6 @@
FROM alpine:latest

ARG CONDUCTOR_PY_VERSION=v2.31.1
ARG CONDUCTOR_PY_VERSION=v3.6.1

ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
Expand All @@ -11,4 +11,4 @@ RUN apk add make automake gcc g++ subversion python3-dev
RUN ln -sf python3 /usr/bin/python

RUN git clone https://github.com/Netflix/conductor.git --branch $CONDUCTOR_PY_VERSION --single-branch
RUN cd conductor/client/python && python3 setup.py install
RUN cd conductor/polyglot-clients/python && python3 setup.py install

0 comments on commit 1c5dfc8

Please sign in to comment.