Skip to content

Commit

Permalink
python slim
Browse files Browse the repository at this point in the history
  • Loading branch information
lAmeR1 committed May 1, 2024
1 parent 8fd2a56 commit c87b76f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.12-slim

ARG REPO_DIR

Expand All @@ -8,15 +8,6 @@ ENV KASPAD_HOST_1=n.seeder1.kaspad.net:16110
ARG version
ENV VERSION=$version

RUN apk --no-cache add \
git \
gcc \
libc-dev \
build-base \
linux-headers \
libpq-dev \
dumb-init

RUN pip install --upgrade pip

RUN pip install \
Expand Down

0 comments on commit c87b76f

Please sign in to comment.