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