Skip to content
Snippets Groups Projects
Commit 3e2b8bf7 authored by Nick Bearson's avatar Nick Bearson
Browse files

adding nice shell things

parent f9aa1bb9
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment