Skip to content

Commit

Permalink
base off rocker/geospatial instead of rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Feb 18, 2024
1 parent e125a08 commit 9b1b959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/rstudio:latest
FROM rocker/geospatial:latest

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
curl \
Expand All @@ -22,8 +22,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \

ARG KUBECTL_VERSION=v1.28.5
RUN curl -LO https://dl.k8s.io/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl \
&& mv kubectl /usr/bin/kubectl \
&& chmod +x /usr/bin/kubectl
&& mv kubectl /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl

ARG UTILS_HASH=b2430738bd8d980febbc8b3920c413e001ae4128
RUN git clone https://github.com/chrisdjscott/ood-k8s-utils.git /opt/ood-k8s-utils \
Expand Down

0 comments on commit 9b1b959

Please sign in to comment.