Add iproute2 as packet

This commit is contained in:
Ruakij 2022-11-17 14:51:53 +01:00
parent 180f11cb86
commit d5886fcb4a

View File

@ -2,6 +2,9 @@
FROM alpine:3 AS base
WORKDIR /app
# Install necessary packages
RUN apk add --no-cache iproute2
# ---- Build ----
FROM golang:1.19-alpine AS build