Use same rpi-raspbian image for proxy

Use the same resin/rpi-raspbian:stretch image for proxy to not have to download another image and save space.
This commit is contained in:
Bharat
2018-02-28 10:08:51 +05:30
committed by GitHub
parent baa8cdef41
commit 680a00f33d

View File

@@ -1,4 +1,4 @@
FROM resin/rpi-raspbian:jessie
FROM resin/rpi-raspbian:stretch
RUN apt-get update \
&& apt-get install -y \