Skip to content

Commit

Permalink
Removing pipleine for now
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Zago <[email protected]>
  • Loading branch information
rafaelvzago committed Dec 12, 2024
1 parent 5f33719 commit ef3ed9e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 50 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build-multiarch.yml

This file was deleted.

47 changes: 24 additions & 23 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
FROM alpine:3.16
FROM alpine:latest

# Install base tools without tshark
RUN apk update && apk add --no-cache \
bash \
curl \
wget \
tar \
traceroute \
openssl \
iperf \
busybox-extras \
nmap \
netcat-openbsd \
tcpdump \
mtr \
socat \
bind-tools \
iproute2 \
openssh-client \
python3 \
procps \
coreutils \
mongodb-tools \
postgresql-client \
py3-flask
bash \
curl \
wget \
tar \
traceroute \
openssl \
iperf3 \
busybox-extras \
nmap \
netcat-openbsd \
tcpdump \
mtr \
socat \
bind-tools \
iproute2 \
openssh-client \
python3 \
procps \
coreutils \
mongodb-tools \
postgresql15-client \
py3-flask

# Install Go 1.22.8 manually to /usr/local/go
ENV GO_VERSION=1.22.8
Expand Down

0 comments on commit ef3ed9e

Please sign in to comment.