FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 931a9e7c authored by lawrencebower's avatar lawrencebower
Browse files

updating scripts to work with windows

parent 3d8a2d77
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ WORKDIR /home
COPY ./conda-env-py3EWS-withbuilds.yml .
#install system packages
RUN apt-get update;apt-get install --assume-yes wget unzip emacs gdal-bin libgdal-dev build-essential gfortran zlib1g zlib1g-dev libbz2-dev apt-utils liblzma-dev libpcre++-dev libcurl4-openssl-dev default-jre lib32readline7 lib32readline6-dev openssh-server libfribidi-dev libfontconfig1-dev git;
RUN apt-get update;apt-get install --assume-yes wget unzip emacs gdal-bin libgdal-dev build-essential gfortran zlib1g zlib1g-dev libbz2-dev apt-utils liblzma-dev libpcre++-dev libcurl4-openssl-dev default-jre lib32readline7 lib32readline6-dev openssh-server libfribidi-dev libfontconfig1-dev git nano dos2unix;
RUN echo "alias e='emacs -nw $1'" >> ~/.bashrc;
RUN alias ll="ls -ltr"
......
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