This repository has been archived on 2022-02-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lets/pp/oppai-ng/docker/musl-x86/Dockerfile
T
2018-12-09 00:15:56 -05:00

6 lines
123 B
Docker

FROM multiarch/alpine:x86-latest-stable
RUN apk add --no-cache musl-dev gcc git xz
WORKDIR /tmp
CMD [ "sh", "./release" ]