projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd2a8f
)
Use TLS when adding Alpine community repository in Dockerfile
author
James Alseth
<james@jalseth.me>
Sat, 5 Sep 2020 02:19:56 +0000
(19:19 -0700)
committer
James Alseth
<james@jalseth.me>
Sat, 5 Sep 2020 02:19:56 +0000
(19:19 -0700)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index aa50e27ecf9607718704b38637b50a537e89ba98..c210cf79c777629bdb32425540626adcc4faa8fb 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-31,7
+31,7
@@
LABEL maintainer="ops@pleroma.social" \
ARG HOME=/opt/pleroma
ARG DATA=/var/lib/pleroma
-RUN echo "http://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
+RUN echo "http
s
://nl.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories &&\
apk update &&\
apk add exiftool imagemagick ncurses postgresql-client &&\
adduser --system --shell /bin/false --home ${HOME} pleroma &&\