Skip to content

Commit

Permalink
Merge pull request #54 from frontlinersnl/bugfix/include-make
Browse files Browse the repository at this point in the history
fix: added make
  • Loading branch information
Mastermindzh authored Dec 8, 2023
2 parents cee946c + 98ec6e6 commit 34cc372
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 34cc372

Please sign in to comment.