Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zip unzip to integration tests dockerfiles [skip ci] #3926

Merged
merged 1 commit into from
Oct 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jenkins/Dockerfile-blossom.integration.centos
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ ARG URM_URL
# Install jdk-8, jdk-11, maven, docker image
RUN yum update -y && \
yum install epel-release -y && \
yum install -y java-1.8.0-openjdk-devel java-11-openjdk-devel wget expect parallel rsync
yum install -y java-1.8.0-openjdk-devel java-11-openjdk-devel wget expect parallel rsync zip unzip

# The default mvn verision is 3.0.5 on centos7 docker container.
# The plugin: net.alchim31.maven requires a higher mvn version.
2 changes: 1 addition & 1 deletion jenkins/Dockerfile-blossom.integration.ubuntu
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ ARG CUDF_VER

# Install jdk-8, jdk-11, maven, docker image
RUN apt-get update -y && \
apt-get install -y software-properties-common rsync
apt-get install -y software-properties-common rsync zip unzip

RUN add-apt-repository ppa:deadsnakes/ppa && \
apt-get update -y && \