build(dockerfile.database): modify

This commit is contained in:
Krrish Dholakia 2024-01-10 16:50:50 +05:30
parent 03eda61a61
commit 1b72819eb8

View File

@ -11,8 +11,7 @@ WORKDIR /app
# Install build dependencies
RUN apt-get clean && apt-get update && \
apt-get install -y gcc python3-dev && \
rm -rf /var/lib/apt/lists/*
apt-get install -y gcc python3-dev
RUN pip install --upgrade pip && \
pip install build