Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-wrappers/MEO/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maximum Edge Orientation wrapper
# https://github.com/agitter/meo/
FROM openjdk:8
FROM openjdk:8-alpine3.8

WORKDIR /meo
RUN export MEO_TAG=v1.1.0 && \
Expand Down
1 change: 0 additions & 1 deletion docker-wrappers/MEO/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ The Docker wrapper can be tested with `pytest`.
## TODO
- Attribute https://github.com/agitter/meo/
- Document usage
- Consider Alpine-based base image
Loading