mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:35 +02:00
fix ot-recorder-arm
This commit is contained in:
parent
7578830b3a
commit
758840f2e4
@ -2,14 +2,14 @@
|
|||||||
# Dockerfile for ot-recorder-arm
|
# Dockerfile for ot-recorder-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM arm32v7/debian:buster
|
FROM arm32v7/debian:stretch
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y curl gnupg \
|
&& apt-get install -y curl gnupg \
|
||||||
&& curl -sSL http://repo.owntracks.org/repo.owntracks.org.gpg.key | apt-key add - \
|
&& curl -sSL http://repo.owntracks.org/repo.owntracks.org.gpg.key | apt-key add - \
|
||||||
&& echo 'deb http://repo.owntracks.org/debian buster main' > /etc/apt/sources.list.d/owntracks.list \
|
&& echo 'deb http://repo.owntracks.org/debian stretch main' > /etc/apt/sources.list.d/owntracks.list \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y ot-recorder \
|
&& apt-get install -y ot-recorder \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user