Compare commits

...

3 Commits

Author SHA1 Message Date
50e2bd092b installing python-setuptools in docker 2019-01-14 02:15:06 +01:00
eead3ebc9f installing python-setuptools in docker 2019-01-14 01:53:47 +01:00
dc63f2e3ef test stretch building with travis 2019-01-09 18:55:47 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -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 && \

View File

@ -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 && \