# Use official ARM64 Drone runner image as base FROM drone/drone-runner-docker:1.8-linux-arm64 # Switch to root to install CA certificates USER root # Install CA certificates RUN apk add --no-cache ca-certificates # Switch back to drone user USER drone # Entrypoint is already set in base image