Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix issue where mdl does not run on alpine
  • Loading branch information
xorima authored Jun 10, 2020
1 parent c8fe67f commit fc56786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:alpine
FROM ruby
RUN gem install mdl
COPY . .
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit fc56786

Please sign in to comment.