mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-06-11 19:31:39 +00:00
minor fix for docker builds on arm
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user