diff --git a/Dockerfile b/Dockerfile index c65897d..eac37b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12.3 RUN echo "deb https://deb.debian.org/debian/ stable main" > /etc/apt/sources.list RUN apt-get update -y \ - && apt-get install -y build-essential \ + && apt-get install -y build-essential python3-openstackclient vim\ && apt-get clean \ && rm -rf /var/lib/apt/lists/*