Sfoglia il codice sorgente

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 6 anni fa
parent
commit
680a00f33d
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      proxy/Dockerfile.armhf

+ 1
- 1
proxy/Dockerfile.armhf Vedi File

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

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

Loading…
Annulla
Salva