瀏覽代碼

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 年之前
父節點
當前提交
680a00f33d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      proxy/Dockerfile.armhf

+ 1
- 1
proxy/Dockerfile.armhf 查看文件

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

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

Loading…
取消
儲存