Skip to content

Commit

Permalink
Install GNU Make in the Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
jviotti committed Jan 29, 2025
1 parent be1daca commit 1586742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/sourcemeta/registry-ee:main AS builder
RUN apt-get --yes update && apt-get install --yes --no-install-recommends make
COPY configuration.json /app/configuration.json
COPY vendor /app/vendor
COPY Makefile /app/Makefile

0 comments on commit 1586742

Please sign in to comment.