Merge pull request #4448 from jgalar/patch-1
Removed workaround for https://github.com/docker/docker/issues/20818
This commit is contained in:
commit
cde0e8e7e8
1 changed files with 0 additions and 6 deletions
|
@ -60,9 +60,3 @@ USER ${USER_ID}
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /opt/code
|
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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue