Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 14, 2024
1 parent 59b8d64 commit ce5c5ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/dockerfiles/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ ENV DEBIAN_FRONTEND=noninteractive

# Essential tools
WORKDIR /tmp
# skip, and install deps when explicitly needed
# COPY /scripts/apt_get_essential.sh .
# RUN bash apt_get_essential.sh && \
# rm apt_get_essential.sh

# deps for R packages;
#
RUN apt-get update -y && apt-get install -y --no-install-recommends \
apt-utils=2.4.13 \
ca-certificates=20240203~22.04.1 && \
Expand Down

0 comments on commit ce5c5ba

Please sign in to comment.