[PR #1230] [CLOSED] Added Dockerfile to install wget for building #1427

Closed
opened 2026-02-26 00:35:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hirschmann/nbfc/pull/1230
Author: @smtchahal
Created: 3/8/2022
Status: Closed

Base: masterHead: feature/docker-update


📝 Commits (1)

  • ef28dc3 Added Dockerfile to install wget for building

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

Dockerfile (+7 -0)

📄 Description

https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC#build-on-linux-via-docker

The instructions here for Docker do not work, because of missing wget in the mono image. I've added a Dockerfile so people can build this image and directly run it to create the build, something like the following:

docker build -t nbfc-build . && docker run -it --rm -v "$(pwd):/nbfc" nbfc-build

We can update the wiki to reflect this once this PR is merged.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hirschmann/nbfc/pull/1230 **Author:** [@smtchahal](https://github.com/smtchahal) **Created:** 3/8/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/docker-update` --- ### 📝 Commits (1) - [`ef28dc3`](https://github.com/hirschmann/nbfc/commit/ef28dc317527baeadad0e97dd35b941f8222a8f0) Added Dockerfile to install wget for building ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dockerfile` (+7 -0) </details> ### 📄 Description https://github.com/hirschmann/nbfc/wiki/How-to-build-NBFC#build-on-linux-via-docker The instructions here for Docker do not work, because of missing `wget` in the `mono` image. I've added a Dockerfile so people can build this image and directly run it to create the build, something like the following: docker build -t nbfc-build . && docker run -it --rm -v "$(pwd):/nbfc" nbfc-build We can update the wiki to reflect this once this PR is merged. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:35:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#1427
No description provided.