Container fix

This commit is contained in:
Minecon724 2025-08-04 21:33:06 +02:00
commit 2976862362
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
# Install build-time system dependencies like gcc.
# 'build-base' is a meta-package on Alpine that includes gcc, g++, make, and other essentials.
# We use --no-cache to avoid storing the package index, keeping the layer smaller.
RUN apk add --no-cache build-base libaio-dev linux-headers
RUN apk add --no-cache build-base linux-headers
# Install Poetry
RUN pip install poetry

View file

@ -1,7 +1,7 @@
services:
bot:
image:
build: .
build:
dockerfile: Containerfile
env_file:
- .env
environment: