housekeeping

This commit is contained in:
t3chn0m4g3
2024-12-05 22:39:01 +01:00
parent 7f2667cea8
commit 59cc5c7d38
17 changed files with 39 additions and 165 deletions

View File

@ -1,6 +1,7 @@
FROM golang:1.23-alpine AS builder
WORKDIR /app
#
RUN apk -U upgrade
RUN apk -U add git openssl
RUN git clone https://github.com/t3chn0m4g3/h0neytr4p -b v0.33 /app
RUN go mod download