FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit deddb1cd authored by L. Bower's avatar L. Bower
Browse files

changes to doce to support upcoming move to a new virtualenv with different libs

parent f1d16b04
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ WORKDIR /home
COPY ./conda-env-py3EWS-nobuilds.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 libspatialindex-dev git;
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