mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
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:
parent
32d7a879b0
commit
68a4049dc0
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user