Skip to content

Commit db88437

Browse files
moelsayedAlena Prokharchyk
authored andcommitted
Install glusterfs client from stretch-backports
1 parent 68c8aa7 commit db88437

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
99
&& clean-install \
1010
xfsprogs \
1111
open-iscsi \
12-
azure-cli \
12+
azure-cli
13+
14+
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >> \
15+
/etc/apt/sources.list.d/backports.list \
16+
&& clean-install -t stretch-backports glusterfs-client glusterfs-common

Dockerfile.arm64

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
66
&& clean-install \
77
xfsprogs \
88
open-iscsi
9+
10+
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >> \
11+
/etc/apt/sources.list.d/backports.list \
12+
&& clean-install -t stretch-backports glusterfs-client glusterfs-common

0 commit comments

Comments
 (0)