mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-11 15:32:41 +01:00
@@ -21,8 +21,10 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
|||||||
|
|
||||||
# Install emacs:
|
# Install emacs:
|
||||||
# Note: Eamcs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
|
# Note: Eamcs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
|
||||||
|
RUN apk update && apk add \
|
||||||
RUN apk update && apk add emacs --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
|
emacs \
|
||||||
|
--update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \
|
||||||
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# Autorun doctor
|
# Autorun doctor
|
||||||
CMD ["/usr/bin/emacs", "-f", "doctor"]
|
CMD ["/usr/bin/emacs", "-f", "doctor"]
|
||||||
|
|||||||
Reference in New Issue
Block a user