Add iproute2 as packet
This commit is contained in:
parent
180f11cb86
commit
d5886fcb4a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user