Skip to content

Commit

Permalink
install vim and openstackclient
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Apr 15, 2024
1 parent c58b11a commit 85d3d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*

Expand Down

0 comments on commit 85d3d5b

Please sign in to comment.