Skip to content

Commit

Permalink
Fix dependencies once more
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jan 29, 2025
1 parent ce706a8 commit 99c6f1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
FROM ghcr.io/sourcemeta/registry-ee:main AS builder

# (1) Install dependencies required for the setup of this specific repository
RUN apt-get --yes update && apt-get install --yes --no-install-recommends curl
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get --yes update && apt-get install --yes --no-install-recommends make nodejs

# (2) Index the schemas
COPY configuration.json /app/configuration.json
COPY vendor /app/vendor
COPY Makefile /app/Makefile
Expand Down

0 comments on commit 99c6f1a

Please sign in to comment.