Skip to content

Commit

Permalink
Switches OpenGSN build from image.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduncombe committed Feb 14, 2024
1 parent d86d62a commit 49c5b6c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gsn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Building from the CI image (Circle CI)
FROM cimg/node:16.20.1
# Builder stage.
FROM node:16.20.2-alpine3.18

WORKDIR /app

RUN apk update
RUN apk add --no-cache build-base git python3 bash

RUN git clone --depth 1 --branch v3.0.0-beta.10 \
https://github.com/opengsn/gsn.git \
/app
Expand Down

0 comments on commit 49c5b6c

Please sign in to comment.