Skip to content

Commit 74cd3d2

Browse files
committed
Fix libseccomp
1 parent bd4eb5a commit 74cd3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN curl -fsSL -o /usr/bin/toxiproxy https://github.com/Shopify/toxiproxy/releas
179179
### libseccomp > 2.5.2
180180
RUN cd $(mktemp -d) \
181181
&& 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
182+
&& cd libseccomp-2.5.4 && ./configure && make && make install
183183

184184

185185

0 commit comments

Comments
 (0)