Files
termux-packages/scripts/Dockerfile.cgct
termux-pacman-bot 2d36f8309b Update repo
2025-03-22 01:31:14 +00:00

11 lines
548 B
Docker

# First, build the base image (see Dockerfile) if necessary
# - if that is not built locally, the remote image will be pulled.
# Then, build with:
# docker build -t ghcr.io/termux/package-builder-cgct --file Dockerfile.cgct .
# Push to GitHub registry with:
# docker push ghcr.io/termux/package-builder-cgct
# This is done after changing this file or any of the
# scripts/setup-{ubuntu,android-sdk,cgct}.sh setup scripts.
FROM ghcr.io/termux/package-builder
RUN TERMUX_PKGS__BUILD__IS_DOCKER_BUILD='true' /tmp/termux-packages/scripts/setup-cgct.sh