[#10] dotnet: Add GNU Make to container image #10
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@ FROM docker.io/node:20-bookworm-slim as node
|
|||
FROM mcr.microsoft.com/dotnet/sdk:8.0-bookworm-slim
|
||||
COPY --from=node /usr/local /usr/local
|
||||
COPY --from=node /opt /opt
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
make && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue