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