minor fix for docker builds on arm

This commit is contained in:
ckl-fokus 2018-05-25 20:41:46 +02:00 committed by GitHub
parent 3e20dde68d
commit 59e046b4d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ ENV MOD_NAME=sdk
MAINTAINER rst/tgu
# update pip to latest version
RUN pip install --upgrade pip
RUN pip install --upgrade pip setuptools
# install openmtc dependencies
COPY tmp/$MOD_NAME-dependencies.txt /tmp/requirements.txt