This repository has been archived on 2022-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
lets/pp/oppai-ng/docker/musl-x86_64/Dockerfile

6 lines
126 B
Docker
Raw Normal View History

2018-12-09 05:15:56 +00:00
FROM multiarch/alpine:x86_64-latest-stable
RUN apk add --no-cache musl-dev gcc git xz
WORKDIR /tmp
CMD [ "sh", "./release" ]