Skip to content

Commit

Permalink
Fix testenv image
Browse files Browse the repository at this point in the history
Fixes FAB-11018

Change-Id: I0487d49510ec9b1a0370d3d6c5626d7b3effb40f
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 authored and rameshthoomu committed Sep 19, 2018
1 parent b23007c commit fb12707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/testenv/install-softhsm2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ set -e
ARCH=`uname -m`

if [ $ARCH = "s390x" ]; then
echo "deb http://ftp.us.debian.org/debian sid main" >> /etc/apt/sources.list
rm -Rf /etc/apt/sources.list
echo "deb http://ftp.de.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
fi

# Install softhsm2 package
Expand Down

0 comments on commit fb12707

Please sign in to comment.