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.
1 parent 6789c19 commit 4922c97Copy full SHA for 4922c97
Dockerfile
@@ -1,20 +1,7 @@
1
-FROM python:3.7-buster
+FROM python:3.14-slim
2
3
RUN apt-get update && apt-get -yq install \
4
- gettext \
5
- jq \
6
- python3-aodhclient \
7
- python3-barbicanclient \
8
- python3-ceilometerclient \
9
- python3-cinderclient \
10
- python3-cloudkittyclient \
11
- python3-designateclient \
12
- python3-gnocchiclient \
13
- python3-octaviaclient \
14
- python3-osc-placement \
15
python3-openstackclient \
16
- python3-pankoclient \
17
- zip \
18
&& rm -rf /var/lib/apt/lists/*
19
20
CMD /bin/bash
0 commit comments