1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-02-20 19:17:54 +01:00

remove fish

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-08-11 19:04:05 -07:00
parent 1bc896d22d
commit 2e3664531a
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,12 +0,0 @@
FROM debian:wheezy
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key D880C8E4 \
&& echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/2/Debian_7.0/ ./' > /etc/apt/sources.list.d/fish-shell.list \
&& apt-get update && apt-get install -y \
fish \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /root/.config/fish/completions
ENTRYPOINT [ "fish" ]