FROM harbor.cta-observatory.org/proxy_cache/alpine/kubectl:1.35.3

RUN apk add bash netcat-openbsd && \
    rm -rf /etc/apk/cache/*
