mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-04-12 05:19:57 +00:00
updates pip to latest version in sdk docker image
This commit is contained in:
parent
54593be26c
commit
c0cd609d73
@ -10,6 +10,9 @@ ENV MOD_NAME=sdk
|
||||
# Set the file maintainer
|
||||
MAINTAINER rst/tgu
|
||||
|
||||
# update pip to latest version
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
# install openmtc dependencies
|
||||
COPY tmp/$MOD_NAME-dependencies.txt /tmp/requirements.txt
|
||||
RUN pip install --upgrade --requirement /tmp/requirements.txt
|
||||
|
@ -1,4 +1,4 @@
|
||||
############################################################
|
||||
docker/sdk-amd64############################################################
|
||||
# Dockerfile for openmtc sdk binary environment
|
||||
############################################################
|
||||
|
||||
@ -10,6 +10,9 @@ ENV MOD_NAME=sdk
|
||||
# Set the file maintainer
|
||||
MAINTAINER rst/tgu
|
||||
|
||||
# update pip to latest version
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
# install openmtc dependencies
|
||||
COPY tmp/$MOD_NAME-dependencies.txt /tmp/requirements.txt
|
||||
RUN pip install --upgrade --requirement /tmp/requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user