Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to alpine:3.9 and add the missing dependencies #71

Merged
merged 1 commit into from
Feb 15, 2019
Merged

Upgrade to alpine:3.9 and add the missing dependencies #71

merged 1 commit into from
Feb 15, 2019

Conversation

gcauchon
Copy link
Contributor

fixes #70

elixir:1.7-alpine was updated to erlang:21-alpine which is now based on alpine:3.9. A few dependencies now needs to be explicitly added with apk to the runtime Alpine image.

Result

> docker-compose up -d postgresql
Creating network "accent_default" with the default driver
Creating accent-postgres ... done
> docker-compose up application
accent-postgres is up-to-date
Recreating accent ... done
Attaching to accent
accent         | Starting dependencies…
accent         | Starting repos…
accent         | Running migrations for accent
accent         | 18:14:35.060 [info] Already up
accent         | Running seed script for accent
accent         | Success!
accent         | WARNING: Node v10.14.2 is not tested against Ember CLI on your platform. We recommend that you use the most-recent "Active LTS" version of Node.js. See https://git.io/v7S5n for details.
accent         | Could not start watchman
accent         | Visit https://ember-cli.com/user-guide/#watchman for more info.
accent         | 18:14:37.854 [info] Running Accent.Endpoint with cowboy 2.6.1 at http://localhost:4000

@simonprev simonprev merged commit c27abd3 into mirego:master Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Production Docker Crypto Not Available
4 participants