Skip to content

Commit

Permalink
reduce image size of builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hristo Valev committed Mar 6, 2024
1 parent 290f216 commit 4e8523c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN apt-get update && apt-get install -y \
make \
cmake \
g++ \
default-jdk
default-jdk && \
rm -rf /var/lib/apt/lists/*

#Install R with blas and lapack support. Remove '--with-blas --with-lapack' to disable
WORKDIR /usr/local/src
Expand Down Expand Up @@ -67,6 +68,7 @@ RUN cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DPYTHON="$PYTHON" ../
RUN make -j4

RUN ../external/node/install-node.sh

# add node and npm paths respectively
ENV PATH=$PATH:/shiny-server/ext/node/bin/:/shiny-server/bin/

Expand Down

0 comments on commit 4e8523c

Please sign in to comment.