浏览代码

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 \

正在加载...
取消
保存