Skip to content

Commit

Permalink
fixing docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
lecardozo committed Nov 21, 2018
1 parent e1f36d4 commit aaef69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.build
@@ -1,8 +1,8 @@
FROM r-base:3.5.1

RUN apt-get update &&\
apt-get install -y --no-install-recommends libssl-dev\
libssh2-1-dev libcurl4-openssl-dev pandoc libxml2-dev\
apt-get install -y --no-install-recommends --allow-downgrades libssl-dev\
libssh2-1-dev pandoc libcurl4=7.61.0-1 libcurl4-openssl-dev libxml2-dev\
libudunits2-dev

ADD . /CEMiTool
Expand Down

0 comments on commit aaef69c

Please sign in to comment.