Skip to content

Commit 05ba58a

Browse files
committed
Minor changes in Dockerfile to aid admin bash scripting
1 parent 9e54bfd commit 05ba58a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

applications/netpyne/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ ENV NP_LFPYKIT_HEAD_FILE=/home/jovyan/nyhead.mat
2727

2828
USER root
2929

30+
### Some helpful aliases
31+
RUN echo -e '\n\nalias cd..="cd .." \nalias h=history \nalias ll="ls -alt" \n' >> ~/.bashrc
32+
3033
RUN rm -rf /var/lib/apt/lists
3134
RUN apt-get update -qq &&\
3235
apt-get install python3-tk vim nano unzip git make libtool g++ -qq pkg-config libfreetype6-dev libpng-dev libopenmpi-dev -y
33-
RUN apt-get install openjdk-11-jre-headless -y
36+
RUN apt-get install openjdk-11-jre-headless htop ncdu -y
3437
# RUN conda install python=3.7 -y
3538

3639

0 commit comments

Comments
 (0)