diff --git a/Containerfile b/Containerfile index c8d7e08..696d6af 100644 --- a/Containerfile +++ b/Containerfile @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 1872b0c..d741563 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: bot: - image: - build: . + build: + dockerfile: Containerfile env_file: - .env environment: