Parcourir la source

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.
master
Bharat il y a 6 ans
Parent
révision
680a00f33d
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      proxy/Dockerfile.armhf

+ 1
- 1
proxy/Dockerfile.armhf Voir le fichier

@@ -1,4 +1,4 @@
FROM resin/rpi-raspbian:jessie
FROM resin/rpi-raspbian:stretch

RUN apt-get update \
&& apt-get install -y \

Chargement…
Annuler
Enregistrer