mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-17 21:25:49 +02:00
chore: update Docker tooling and sponsor links
This commit is contained in:
@@ -35,9 +35,9 @@ See [Documentation Page](https://docs.osmedeus.org/) for more details.
|
||||
|
||||
## ☁️ Sponsor — Bloome
|
||||
|
||||
[](https://bloome.im/login?ref=j3ssie)
|
||||
[](https://bloome.im/app?ref=j3ssie&utm_medium=github&utm_source=j3ssie-osmedeus-ivor-202607)
|
||||
|
||||
Automating recon with Osmedeus? [Bloome](https://bloome.im/login?ref=j3ssie) brings that same team-of-agents mindset to the rest of your workflow: multiple AI agents (Claude, ChatGPT, DeepSeek and more) in one shared chat that split the work, hand off tasks, cross-check each other, and refine the output until it's right — triage findings, draft reports, and run scheduled checks together. Zero setup, in the cloud, on web and mobile, and shareable with your team. 👉 [Try Bloome](https://bloome.im/login?ref=j3ssie)
|
||||
Automating recon with Osmedeus? [Bloome](https://bloome.im/app?ref=j3ssie&utm_medium=github&utm_source=j3ssie-osmedeus-ivor-202607) brings that same team-of-agents mindset to the rest of your workflow: multiple AI agents (Claude, ChatGPT, DeepSeek and more) in one shared chat that split the work, hand off tasks, cross-check each other, and refine the output until it's right — triage findings, draft reports, and run scheduled checks together. Zero setup, in the cloud, on web and mobile, and shareable with your team. 👉 [Try Bloome](https://bloome.im/app?ref=j3ssie&utm_medium=github&utm_source=j3ssie-osmedeus-ivor-202607)
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ RUN apt-get update && \
|
||||
git \
|
||||
curl \
|
||||
wget \
|
||||
jq \
|
||||
ca-certificates \
|
||||
python3 \
|
||||
python3-pip \
|
||||
|
||||
@@ -10,6 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
||||
# Install dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
curl \
|
||||
jq \
|
||||
xz-utils \
|
||||
ca-certificates \
|
||||
sudo \
|
||||
|
||||
@@ -13,6 +13,7 @@ RUN apt-get update && \
|
||||
git \
|
||||
curl \
|
||||
wget \
|
||||
jq \
|
||||
ca-certificates \
|
||||
python3 \
|
||||
python3-pip \
|
||||
|
||||
@@ -8,8 +8,8 @@ FROM nixos/nix:latest
|
||||
RUN mkdir -p /root/.config/nix && \
|
||||
echo "experimental-features = nix-command flakes" > /root/.config/nix/nix.conf
|
||||
|
||||
# Install Go using Nix (for building the binary)
|
||||
RUN nix profile add nixpkgs#go
|
||||
# Install Go and jq using Nix (Go for building the binary)
|
||||
RUN nix profile add nixpkgs#go nixpkgs#jq
|
||||
|
||||
# Create app directory
|
||||
WORKDIR /app
|
||||
|
||||
@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \
|
||||
sudo \
|
||||
curl \
|
||||
wget \
|
||||
jq \
|
||||
vim \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /var/run/sshd
|
||||
|
||||
Reference in New Issue
Block a user