mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
5 lines
97 B
Docker
5 lines
97 B
Docker
FROM i386/alpine:latest
|
|
RUN apk update
|
|
RUN apk add gcc libc-dev linux-headers
|
|
ENTRYPOINT ["gcc"]
|