Repository: logging-log4net Updated Branches: refs/heads/feature/netstandard-2.0 e666d9ea6 -> 8a43f89bb
builder-netstandard: added nant apt package source The package source points to sid, thus allowing nant to be installed in debian stretch too. Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/be2ae993 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/be2ae993 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/be2ae993 Branch: refs/heads/feature/netstandard-2.0 Commit: be2ae993df503bb563513d8637eb45b4fba16144 Parents: c7cf31f Author: Dominik Psenner <dpsen...@apache.org> Authored: Sat Aug 19 10:03:21 2017 +0200 Committer: Dominik Psenner <dpsen...@apache.org> Committed: Sat Aug 19 10:03:21 2017 +0200 ---------------------------------------------------------------------- buildtools/docker/builder-netstandard/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/be2ae993/buildtools/docker/builder-netstandard/Dockerfile ---------------------------------------------------------------------- diff --git a/buildtools/docker/builder-netstandard/Dockerfile b/buildtools/docker/builder-netstandard/Dockerfile index 2dc5f54..2e7a109 100644 --- a/buildtools/docker/builder-netstandard/Dockerfile +++ b/buildtools/docker/builder-netstandard/Dockerfile @@ -18,6 +18,10 @@ RUN mkdir -p /var/workspaces && chmod 0777 /var/workspaces RUN groupadd -r -g $JENKINS_GID jenkins-slave RUN useradd --base-dir /var/workspaces --create-home --shell /bin/bash --uid $JENKINS_UID --gid $JENKINS_GID --groups $JENKINS_GID -p -M jenkins +# HACK: add apt source to make nant available; +# the docker image is now based on debian stretch which no longer includes the nant package +echo "deb http://ftp.de.debian.org/debian sid main" >> /etc/apt/sources.list + # install dependencies RUN apt-get update && apt-get install -y nant git