We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4eb5a commit 74cd3d2Copy full SHA for 74cd3d2
.devcontainer/Dockerfile
@@ -179,7 +179,7 @@ RUN curl -fsSL -o /usr/bin/toxiproxy https://github.com/Shopify/toxiproxy/releas
179
### libseccomp > 2.5.2
180
RUN cd $(mktemp -d) \
181
&& curl -fsSL https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz | tar xz \
182
- && cd libseccomp-2.6.0 && ./configure && make && make install
+ && cd libseccomp-2.5.4 && ./configure && make && make install
183
184
185
0 commit comments