Skip to content

Commit

Permalink
fix: remove golang binary until ready
Browse files Browse the repository at this point in the history
- remove golang binary until the go version is ready
  • Loading branch information
slimm609 committed Jun 15, 2024
1 parent 950a2ee commit 0e106ee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,5 @@ RUN apt-get update && apt-get -y -q upgrade && DEBIAN_FRONTEND=noninteractive ap
xz-utils vim xfce4 libxml2-utils python3 python3-pip jq \
gcc clang && apt-get clean \
pip3 install --upgrade pip && pip3 install setuptools && \
pip3 install demjson3 && mkdir -p /zig && \
wget https://ziglang.org/builds/zig-linux-$(uname -m)-0.12.0-dev.3667+77abd3a96.tar.xz && \
tar xf zig-linux-$(uname -m)-0.12.0-dev.3667+77abd3a96.tar.xz -C /zig --strip-components=1 && \
rm -rf zig-linux-$(uname -m)-0.12.0-dev.3667+77abd3a96.tar.xz && \
pip3 install demjson3 && \
chmod +x /bin/checksec

COPY . /root
WORKDIR /root

COPY dist/linux_linux_arm64/checksec /bin/checksec-go

0 comments on commit 0e106ee

Please sign in to comment.