File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
dockerfiles/drbd-driver-loader Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,11 @@ FROM almalinux:8
22MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>
33
44RUN dnf -y update-minimal --security --sec-severity=Important --sec-severity=Critical && \
5- dnf install -y epel-release && \
6- dnf config-manager --set-enabled powertools && \
7- dnf install -y gcc make patch coccinelle diffutils perl elfutils-libelf-devel kmod && \
8- dnf clean all -y
5+ dnf install -y gcc make patch diffutils perl elfutils-libelf-devel kmod && dnf clean all -y
96
107ARG DRBD_VERSION
118ADD https://pkg.linbit.com/downloads/drbd/9/drbd-${DRBD_VERSION}.tar.gz /drbd.tar.gz
129ADD --chmod=0755 https://raw.githubusercontent.com/LINBIT/drbd/master/docker/entry.sh /entry.sh
1310
14- ENV LB_HOW= compile
15- ENTRYPOINT [" /entry.sh"]
11+ ENV LB_HOW compile
12+ ENTRYPOINT /entry.sh
You can’t perform that action at this time.
0 commit comments