mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
4 lines
103 B
Docker
4 lines
103 B
Docker
FROM golang:1.19-bullseye
|
|
|
|
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*
|