mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-06-25 16:49:56 +00:00
Compare commits
3 Commits
legacy-pyt
...
test-debia
Author | SHA1 | Date | |
---|---|---|---|
50e2bd092b | |||
eead3ebc9f | |||
dc63f2e3ef |
@ -3,7 +3,7 @@
|
|||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
# Set the base image to use debian
|
# Set the base image to use debian
|
||||||
FROM debian:jessie
|
FROM debian:stretch
|
||||||
|
|
||||||
# Set the file maintainer
|
# Set the file maintainer
|
||||||
MAINTAINER rst/tgu
|
MAINTAINER rst/tgu
|
||||||
@ -20,6 +20,7 @@ RUN printf "Starting update...\n" && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
netbase \
|
netbase \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
|
python-setuptools \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
jq > /dev/null && \
|
jq > /dev/null && \
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
# Set the base image to use debian
|
# Set the base image to use debian
|
||||||
FROM resin/rpi-raspbian:jessie
|
FROM resin/rpi-raspbian:stretch
|
||||||
|
|
||||||
# Set the file maintainer
|
# Set the file maintainer
|
||||||
MAINTAINER rst/tgu
|
MAINTAINER rst/tgu
|
||||||
@ -20,6 +20,7 @@ RUN printf "Starting update...\n" && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
netbase \
|
netbase \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
|
python-setuptools \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
jq > /dev/null && \
|
jq > /dev/null && \
|
||||||
|
Reference in New Issue
Block a user