From d40237cba489d01df4594637c3234ea4b3986641 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 21 Feb 2019 22:57:35 -0800 Subject: Add a Dockerfile for Alpine Linux 3.8 Signed-off-by: Alexey Neyman --- testing/docker/common-scripts/ctng-build-sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/docker/common-scripts/ctng-build-sample') diff --git a/testing/docker/common-scripts/ctng-build-sample b/testing/docker/common-scripts/ctng-build-sample index ef823ee9..709d331b 100755 --- a/testing/docker/common-scripts/ctng-build-sample +++ b/testing/docker/common-scripts/ctng-build-sample @@ -1,4 +1,5 @@ -#!/bin/bash +#!/bin/bash --login +# Use --login to ensure /etc/profile is read set -e cd work -- cgit v1.2.3