Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
c0981319
Commit
c0981319
authored
Nov 12, 2020
by
barrucadu
Browse files
Install file-dev in Dockerfile build stage
This is required by the majic, added in
#2534
.
parent
6ca70981
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c0981319
...
...
@@ -4,7 +4,7 @@ COPY . .
ENV
MIX_ENV=prod
RUN
apk add git gcc g++ musl-dev make cmake
&&
\
RUN
apk add git gcc g++ musl-dev make cmake
file-dev
&&
\
echo
"import Mix.Config"
>
config/prod.secret.exs
&&
\
mix local.hex
--force
&&
\
mix local.rebar
--force
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment