From adde6255a91e8492b66786fad328aef57ea50769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 18 Oct 2016 19:51:43 -0400 Subject: [PATCH] Removed workaround for https://github.com/docker/docker/issues/20818 This workaround is not needed since the release of Docker 1.11.0 which addresses the underlying issue. --- scripts/docker/debian/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/docker/debian/Dockerfile b/scripts/docker/debian/Dockerfile index fe062be44..d54afeb0e 100644 --- a/scripts/docker/debian/Dockerfile +++ b/scripts/docker/debian/Dockerfile @@ -60,9 +60,3 @@ USER ${USER_ID} # Set working directory WORKDIR /opt/code - -# Work around https://github.com/dotnet/cli/issues/1582 until Docker releases a -# fix (https://github.com/docker/docker/issues/20818). This workaround allows -# the container to be run with the default seccomp Docker settings by avoiding -# the restart_syscall made by LTTng which causes a failed assertion. -ENV LTTNG_UST_REGISTER_TIMEOUT 0