docker: fix gosu link in Dockerfile.rpi (#6203)

pull/6255/head
InsanusMokrassar 2020-08-17 19:29:22 +06:00 committed by GitHub
parent 874d2fd602
commit d1caae3f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ COPY . .
RUN make build-no-gen TAGS="cert pam"
FROM arm32v7/alpine:3.11
ADD https://github.com/tianon/gosu/releases/download/1.11/gosu-arm64 /usr/sbin/gosu
ADD https://github.com/tianon/gosu/releases/download/1.12/gosu-armhf /usr/sbin/gosu
RUN chmod +x /usr/sbin/gosu \
&& echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories \
&& apk --no-cache --no-progress add \