Change base image for proxy and rss plugin #723
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM resin/rpi-raspbian:stretch
|
FROM balenalib/rpi-raspbian:stretch
|
||||||
MAINTAINER Kristian Haugene
|
MAINTAINER Kristian Haugene
|
||||||
|
|
||||||
# Update packages and install software
|
# Update packages and install software
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# This Dockerfile is for building ARM images on x64 machine like Docker Hub
|
# This Dockerfile is for building ARM images on x64 machine like Docker Hub
|
||||||
|
|
||||||
FROM resin/rpi-raspbian:stretch
|
FROM balenalib/rpi-raspbian:stretch
|
||||||
MAINTAINER Kristian Haugene
|
MAINTAINER Kristian Haugene
|
||||||
|
|
||||||
RUN [ "cross-build-start" ]
|
RUN [ "cross-build-start" ]
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
FROM resin/rpi-raspbian:stretch
|
FROM balenalib/rpi-raspbian:stretch
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# This Dockerfile is for building ARM images on x64 machine like Docker Hub
|
# This Dockerfile is for building ARM images on x64 machine like Docker Hub
|
||||||
|
|
||||||
FROM resin/rpi-raspbian:stretch
|
FROM balenalib/rpi-raspbian:stretch
|
||||||
|
|
||||||
RUN [ "cross-build-start" ]
|
RUN [ "cross-build-start" ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user