-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build osx and win * Relax test * Bump version * Bump version * Remove mongo dependency IMP should not depend on libmonogo (moved to chinet repo) * Remove mongo dependency IMP should not depend on libmonogo (moved to chinet repo) --------- Co-authored-by: tpeulen <thomas.peulen@posteo.de>
- Loading branch information
Showing
29 changed files
with
76 additions
and
3,466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
FROM ubuntu:22.04 | ||
LABEL authors="tpeulen" | ||
|
||
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y tzdata | ||
RUN apt install -y vim build-essential git cmake net-tools gdb clang | ||
|
||
RUN DEBIAN_FRONTEND="noninteractive" apt-get update \ | ||
&& apt-get install -y ninja-build \ | ||
&& apt-get clean | ||
|
||
WORKDIR /work | ||
#ENTRYPOINT ["top", "-b"] |
Oops, something went wrong.