Skip to content

Commit 4922c97

Browse files
committed
update Dockerfile
1 parent 6789c19 commit 4922c97

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Dockerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
FROM python:3.7-buster
1+
FROM python:3.14-slim
22

33
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 \
154
python3-openstackclient \
16-
python3-pankoclient \
17-
zip \
185
&& rm -rf /var/lib/apt/lists/*
196

207
CMD /bin/bash

0 commit comments

Comments
 (0)