Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mtproto_proxy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mtproto_proxy
Commits
d5d8b0d9
Unverified
Commit
d5d8b0d9
authored
Aug 07, 2019
by
Sergey Prokhorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use alpine 3.9 for docker. Fixes #15
See
https://github.com/erlang/docker-erlang-otp/issues/235
parent
23717032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
d5d8b0d9
# Based on https://github.com/erlang/docker-erlang-example
FROM
erlang:alpine as builder
FROM
erlang:
21-
alpine as builder
RUN
apk add
--no-cache
git
...
...
@@ -17,7 +17,7 @@ RUN if [ ! -f config/prod-vm.args ]; then cp config/vm.args.example config/prod-
RUN
rebar3 as prod release
FROM
alpine
FROM
alpine
:3.9
RUN
apk add
--no-cache
openssl
&&
\
apk add
--no-cache
ncurses-libs
&&
\
apk add
--no-cache
dumb-init
...
...
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