docker-scripts/linux/ecosystem/perforce/p4p/r23.1/Dockerfile
STAM 61938a770d
big rework
bump versions

updated `LazyGIT` to `0.40.2`

converterd some envs to args

sources.list fix + nextcloud updates

python fix

java fixes

python fix

java fixes

bitbucket full images
2024-02-09 13:48:51 +03:00

13 lines
284 B
Docker

FROM epicmorg/perforce:r23.1
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
ARG DEBIAN_FRONTEND=noninteractive
VOLUME /perforce/cache
VOLUME /perforce/logs
WORKDIR /perforce
EXPOSE 1666
ENTRYPOINT ["tini", "-s", "--", "docker-entrypoint.sh"]
CMD ["docker-entrypoint.sh"]