Skip to content

Commit

Permalink
Update to rocker/rstudio:4.2.3 - fixes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Feb 26, 2024
1 parent a5b26cc commit ee14661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM rocker/rstudio:4.2.1
MAINTAINER Lee Evans <[email protected]>
FROM rocker/rstudio:4.2.3
LABEL Lee Evans <[email protected]>

# install OS dependencies including java and python 3
RUN apt-get update && apt-get install -y openjdk-11-jdk liblzma-dev libbz2-dev libncurses5-dev curl python3-dev python3.venv \
Expand Down

0 comments on commit ee14661

Please sign in to comment.