Add Azure backup dependencies to Docker image (#4391)

* Add Azure backup dependencies to Docker image

* Remove duplicate libcurl-devel installation

* Alphabetize yum installations in Dockerfile
This commit is contained in:
Trevor Clinkenbeard 2021-02-25 11:32:05 -08:00 committed by GitHub
parent 32d7a879b0
commit 68a4049dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RUN sed -i -e '/enabled/d' /etc/yum.repos.d/CentOS-Base.repo && \
golang \
java-1.8.0-openjdk-devel \
libcurl-devel \
libuuid-devel \
libxslt \
lz4 \
lz4-devel \

View File

@ -26,6 +26,7 @@ RUN rpmkeys --import mono-project.com.rpmkey.pgp && \
golang \
java-11-openjdk-devel \
libcurl-devel \
libuuid-devel \
libxslt \
lz4 \
lz4-devel \