Skip to content

Commit

Permalink
add code ready builder (crb) repo
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycochran committed Nov 8, 2023
1 parent 510695f commit 955b639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/rocksdb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN dnf update -y && \
dnf install -y epel-release dnf-plugins-core && \
dnf -y groupinstall "Development Tools" && \
dnf install -y \
dnf --enablerepo=crb install -y \
bzip2-devel \
libzstd-devel \
lz4-devel \
Expand Down

0 comments on commit 955b639

Please sign in to comment.