Skip to content

Commit

Permalink
Move zlib1g-dev to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Apr 24, 2024
1 parent a0e67b5 commit 7e9fe89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ RUN echo \
unzip \
zip \
zlib1g \
zlib1g-dev \
&& fc-cache -f \
&& apt-get autoremove --purge -y \
&& apt-get autoclean -y \
Expand Down
3 changes: 1 addition & 2 deletions install_R.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ BUILDDEPS="curl \
xauth \
xfonts-base \
xvfb \
wget \
zlib1g-dev"
wget"

apt-get update && apt-get install -y --no-install-recommends $BUILDDEPS

Expand Down

0 comments on commit 7e9fe89

Please sign in to comment.