This website works better with JavaScript.
Home
Help
Sign In
dashie
/
pleroma
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Switch to alpine:3.9 to avoid dlsym errors
stable
Ashlynn Anderson
2 years ago
parent
4b422b5469
commit
053b17f57e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@ -12,7 +12,7 @@ RUN apk add git gcc g++ musl-dev make &&\
mkdir release
&&
\
mix release --path release
FROM
alpine:
latest
FROM
alpine:
3.9
ARG
HOME
=
/opt/pleroma
ARG
DATA
=
/var/lib/pleroma
Write
Preview
Loading…
Cancel
Save