From 3e2b8bf71f19708d19d8b59ab9213d4b50c1c3ee Mon Sep 17 00:00:00 2001 From: nickb <nickb@ssec.wisc.edu> Date: Fri, 22 Jul 2016 16:14:14 -0500 Subject: [PATCH] adding nice shell things --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8d971f5..7355519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,3 +81,8 @@ RUN cd /build && tar xzf netcdf-fortran-${NC4F_VERSION}.tar.gz && \ # remove all the build cruft RUN rm -rf /build RUN rm -rf /usr/man + +# throw in some minor shell niceties +RUN alias ls='ls --color=auto' && \ + alias ll='ls -lGh $@' + -- GitLab