From 98ec6e6fda866fa81016b0b3e06974e636fb95b8 Mon Sep 17 00:00:00 2001 From: Rick van Lieshout Date: Fri, 8 Dec 2023 11:52:57 +0100 Subject: [PATCH] fix: added make --- CHANGELOG.md | 4 ++++ Dockerfile | 3 ++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72efca9..38e5ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [11.0.1] + +Added make as a dependency + ## [11.0.0] - [BREAKING] Renamed Inforit to Frontliners diff --git a/Dockerfile b/Dockerfile index 5edaa40..6ab44e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0.100-1-bookworm-slim-amd64 +FROM mcr.microsoft.com/dotnet/sdk:8.0 # "install" the dotnet 7 runtime so we can also run the NET 7 tests COPY --from=mcr.microsoft.com/dotnet/sdk:7.0.404-1-bookworm-slim-amd64 /usr/share/dotnet/shared /usr/share/dotnet/shared @@ -14,6 +14,7 @@ RUN mkdir -p /usr/share/man/man1 \ wget \ dpkg \ zip \ + make \ ca-certificates \ && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \ && apt-get install --no-install-recommends -y nodejs \ diff --git a/package.json b/package.json index 5d13f02..7c2738a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dotnet-build", - "version": "11.0.0", + "version": "11.0.1", "description": "[![logo](./logo.jpg)](https://frontliners.nl)", "main": "index.js", "scripts": {