Skip to content

Commit

Permalink
Fixes commented documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp committed Mar 16, 2019
1 parent 5e3adb3 commit 66fff6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rpopgen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ MAINTAINER Hilmar Lapp hilmar.lapp@duke.edu
ARG TERM=linux
ARG DEBIAN_FRONTEND=noninteractive

## Some of the R packages depend on package gsl, which requires gsl-dev
## to be installed in order to succeed
## Some of the R packages depend on libraries not already installed in the
## base image, so they need to be installed here for the R package
## installations to succeed.
RUN apt-get update \
&& apt-get install -y \
libgsl0-dev \
Expand Down

0 comments on commit 66fff6c

Please sign in to comment.