build(dockerfile.database): modify
This commit is contained in:
parent
03eda61a61
commit
1b72819eb8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user