chore: update Docker tooling and sponsor links

This commit is contained in:
j3ssie
2026-07-21 23:30:09 +07:00
parent 2edef9f4b8
commit 5d9ff490f2
6 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -35,9 +35,9 @@ See [Documentation Page](https://docs.osmedeus.org/) for more details.
## ☁️ Sponsor — Bloome
[![Bloome — humans and AI agents, working as one team](assets/bloome-home.png)](https://bloome.im/login?ref=j3ssie)
[![Bloome — humans and AI agents, working as one team](assets/bloome-home.png)](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
+1
View File
@@ -32,6 +32,7 @@ RUN apt-get update && \
git \
curl \
wget \
jq \
ca-certificates \
python3 \
python3-pip \
+1
View File
@@ -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 \
+1
View File
@@ -13,6 +13,7 @@ RUN apt-get update && \
git \
curl \
wget \
jq \
ca-certificates \
python3 \
python3-pip \
+2 -2
View File
@@ -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
+1
View File
@@ -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