File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,5 @@ RUN apt-get update && apt-get -y -q upgrade && DEBIAN_FRONTEND=noninteractive ap
8
8
xz-utils vim xfce4 libxml2-utils python3 python3-pip jq \
9
9
gcc clang && apt-get clean \
10
10
pip3 install --upgrade pip && pip3 install setuptools && \
11
- pip3 install demjson3 && mkdir -p /zig && \
12
- wget https://ziglang.org/builds/zig-linux-$(uname -m)-0.12.0-dev.3667+77abd3a96.tar.xz && \
13
- tar xf zig-linux-$(uname -m)-0.12.0-dev.3667+77abd3a96.tar.xz -C /zig --strip-components=1 && \
14
- rm -rf zig-linux-$(uname -m)-0.12.0-dev.3667+77abd3a96.tar.xz && \
11
+ pip3 install demjson3 && \
15
12
chmod +x /bin/checksec
16
-
17
- COPY . /root
18
- WORKDIR /root
19
-
20
- COPY dist/linux_linux_arm64/checksec /bin/checksec-go
You can’t perform that action at this time.
0 commit comments