Skip to content

Commit

Permalink
Travis-CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Jan 28, 2019
1 parent 6233642 commit f1cb183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk --no-cache add ${BUILD_PACKAGES} && \
python -m pip --no-cache-dir install virtualenv && \
python -m virtualenv env && \
source env/bin/activate && \
python -m pip --no-cache-dir install -r requirements.txt && \
python -m pip --no-cache-dir install -r requirements.txt --no-use-pep51 && \
apk del ${BUILD_PACKAGES}
COPY . .
RUN chmod 0755 /algo/algo-docker.sh
Expand Down

0 comments on commit f1cb183

Please sign in to comment.