gitea-action-build-pyromod/Dockerfile
andy5995 2b93fc5462
initial commit
Most of these files are adapted from the ones in
https://github.com/legoktm/gh-action-build-deb
2022-09-22 23:17:52 -05:00

6 lines
95 B
Docker

FROM andy5995/0ad-bin-nodata
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]