Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Sep 7, 2019
1 parent c553183 commit 88d8da3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM silex/emacs:master-alpine AS emacs

### handle gotty
# based on https://github.com/dit4c/dockerfile-gotty
# Unfortunately, it's got fixed alpine version and missing dependency so easies was just to copy it
RUN apk add --update go git build-base && \
Expand All @@ -10,6 +11,7 @@ RUN apk add --update go git build-base && \
rm -rf /tmp/gotty /var/cache/apk/*

EXPOSE 8080
###

# TODO FIXME not sure if xclip is necessary
# TODO I guess it should be a separate script so it's not bundled?
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
License is GPL due to the fact that I looked at other GPL licensed dockerfiles as reference.

0 comments on commit 88d8da3

Please sign in to comment.