mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-05 09:56:53 +00:00
4 lines
49 B
Docker
4 lines
49 B
Docker
FROM alpine
|
|
RUN apk update
|
|
RUN apk add stress-ng
|