From d8847126c980fef9e5fa248734a8b45cfcc1bede Mon Sep 17 00:00:00 2001 From: Dirk Meihoefer Date: Fri, 21 Jan 2022 14:27:52 +0000 Subject: [PATCH] Fixed revision of ptxdist. --- .devcontainer/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b131a94..363917a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -102,6 +102,7 @@ RUN git lfs install RUN git clone https://github.com/wago/gcc-toolchain-2019.12-precompiled.git /opt/gcc-Toolchain-2019.12/ RUN rm -r /opt/gcc-Toolchain-2019.12/.git RUN git clone https://github.com/wago/ptxdist.git /ptxdist +RUN cd /ptxdist && git checkout 8d495aab3689d2bff0ca82f2850de8e2bc812aeb COPY resources /usr/bin/ RUN cd /ptxdist \