Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile dependencies
Browse files Browse the repository at this point in the history
emmanuelmathot committed Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3e266c8 commit 520c9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -23,8 +23,8 @@ LABEL org.opencontainers.image.description DESCRIPTION="CDAB Test Suite" \

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y python3 python3-pip shunit2 traceroute libssl1.1 libgssapi-krb5-2 sysstat sed ca-certificates jq curl xmllint \
openssh-server ssh sudo cron supervisor \
&& apt-get install -y python3 python3-pip shunit2 traceroute libssl1.1 libgssapi-krb5-2 sysstat sed ca-certificates jq curl \
openssh-server ssh sudo cron supervisor libxml2-utils \
&& rm -rf /var/lib/apt/lists/* /tmp/*

# Install OpenStack client, Google Cloud Platform Python API, Amazon AWS EC2 Python API and Microsoft Azure Python API

0 comments on commit 520c9d8

Please sign in to comment.