mirror of
https://github.com/DominicBreuker/pspy.git
synced 2026-03-21 21:03:38 +00:00
4 lines
101 B
Docker
4 lines
101 B
Docker
FROM golang:1.26-trixie
|
|
|
|
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*
|