Skip to content

Commit

Permalink
get base image with node 20 from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Nov 7, 2024
1 parent a814d20 commit b1fdd8a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
FROM ubuntu:jammy

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates curl \
&& curl -sL https://deb.nodesource.com/setup_20.x | bash \
&& apt-get install -y git nodejs
FROM ghcr.io/mrc-ide/wodin-base-image

COPY . /wodin
RUN /wodin/scripts/build.sh && \
Expand Down

0 comments on commit b1fdd8a

Please sign in to comment.