We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ee4185 + 7b467f9 commit 3ef3b06Copy full SHA for 3ef3b06
1 file changed
bapm_server/Dockerfile
@@ -1,11 +1,5 @@
1
FROM python:3.9-slim-bullseye
2
3
-RUN apt-get update \
4
- && apt-get -y upgrade \
5
- && apt-get install -y --no-install-recommends gcc python-dev git \
6
- && apt-get clean \
7
- && rm -rf /var/lib/apt/lists/*
8
-
9
RUN mkdir -p /usr/src/app
10
WORKDIR /usr/src/app
11
0 commit comments