Skip to content

Commit

Permalink
rstudio add cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 14, 2024
1 parent 4d84010 commit 72a7059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN wget https://github.com/intersystems-community/iris-driver-distribution/raw/
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common pkg-config \
software-properties-common pkg-config cmake \
&& rm -rf /var/lib/apt/lists/*
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get update \
Expand Down

0 comments on commit 72a7059

Please sign in to comment.