Skip to content

Commit

Permalink
fixed r bioconductor dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dhspence committed Aug 6, 2024
1 parent b82fe36 commit 6380190
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-rbioconductor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
g++ \
git \
less \
libcurl4 \
libcurl4-openssl-dev \
libssl-dev \
libxml2-dev \
Expand All @@ -44,15 +45,13 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
file \
g++ \
libbz2-1.0 \
libcurl3 \
libicu55 \
libopenblas-dev \
liblzma5 \
locales \
zlib1g \
libbz2-dev \
libcairo2-dev \
libcurl4-openssl-dev \
libpango1.0-dev \
libicu-dev \
libreadline-dev \
Expand Down

0 comments on commit 6380190

Please sign in to comment.