File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,8 @@ RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
9
9
&& clean-install \
10
10
xfsprogs \
11
11
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
Original file line number Diff line number Diff line change @@ -6,3 +6,7 @@ RUN sed -i -e 's!\bmain\b!main contrib!g' /etc/apt/sources.list && \
6
6
&& clean-install \
7
7
xfsprogs \
8
8
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
You can’t perform that action at this time.
0 commit comments