mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cleanup
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
e9d714708a
commit
112ba4b33f
|
@ -21,8 +21,10 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
|||
|
||||
# Install emacs:
|
||||
# Note: Eamcs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
|
||||
|
||||
RUN apk update && apk add emacs --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
|
||||
RUN apk update && apk add \
|
||||
emacs \
|
||||
--update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
# Autorun doctor
|
||||
CMD ["/usr/bin/emacs", "-f", "doctor"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user