diff --git a/docker/Dockerfile b/docker/Dockerfile index c2a1e8de..b0db7091 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,10 +13,6 @@ RUN yum install -y lsof dnsutils netcat-openbsd net-tools curl jq # used by inte RUN mkdir -p $HOME/.tools RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile -# script to allow mapping framepointers on linux (until part of the toolchain) -RUN wget -q https://raw.githubusercontent.com/apple/swift/master/utils/symbolicate-linux-fatal -O $HOME/.tools/symbolicate-linux-fatal -RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal - # swiftformat (until part of the toolchain) ARG swiftformat_version=0.44.6