Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
5961c990
Commit
5961c990
authored
May 14, 2020
by
Elvin Sindrilaru
Browse files
Install manually libzstd since it was dropped from EPEL
parent
338e6027
Pipeline
#1633599
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile_c8
View file @
5961c990
...
...
@@ -3,7 +3,7 @@
#
# Version 0.1
FROM
gitlab-registry.cern.ch/linuxsupport/c8-base:latest
FROM
centos:8
LABEL maintainer="Mihai Patrascoiu, mihai.patrascoiu@cern.ch, CERN 2020"
# Add extra repositories
...
...
@@ -48,6 +48,12 @@ RUN dnf -y install epel-release dnf-plugins-core \
xauth \
&& dnf clean all
# Install manually libzstd which was dropped from EPEL
RUN dnf install -y https://kojipkgs.fedoraproject.org//packages/zstd/1.4.4/1.el8/x86_64/libzstd-1.4.4-1.el8.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/zstd/1.4.4/1.el8/x86_64/libzstd-devel-1.4.4-1.el8.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/zstd/1.4.4/1.el8/x86_64/zstd-1.4.4-1.el8.x86_64.rpm \
https://kojipkgs.fedoraproject.org//packages/zstd/1.4.4/1.el8/x86_64/libzstd-debuginfo-1.4.4-1.el8.x86_64.rpm \
# Install EOS from locally created repo
# Note: the ADD command will reset the docker cache
# and any commands after that point will be uncached
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment