Skip to content

Commit

Permalink
fix docker build - change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Abel committed Sep 3, 2024
1 parent 3d63656 commit adc1552
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Select R version
FROM r-base:4.2.0
FROM inwt/r-shiny:4.2.1

# Setup environment
ENV R_SHINY_PORT=3838
WORKDIR /workspace

# Install system dependencies
RUN apt-get update && \
apt-get install -y usrmerge && \
apt-get install -y \
libcurl4-openssl-dev \
libgmp-dev \
Expand Down

0 comments on commit adc1552

Please sign in to comment.