Skip to content

Commit

Permalink
Add git-lfs to docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Palermo <[email protected]>
Co-authored-by: Joseph Palermo <[email protected]>
  • Loading branch information
aramprice and jpalermo committed Oct 3, 2024
1 parent 34e0a6a commit e6cb7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/openstack-cpi-release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN pip3 install pytz && pip3 install pyrsistent python-openstackclient && \
RUN apt-get install software-properties-common -y; \
add-apt-repository ppa:git-core/ppa -y; \
apt-get update; \
apt-get install git -y
apt-get install -y git git-lfs

# ruby-install
RUN mkdir /tmp/ruby-install && \
Expand Down

0 comments on commit e6cb7cd

Please sign in to comment.