FROM alpine:3.20

RUN apk add --no-cache kubectl aws-cli postgresql-client redis
COPY ./scripts/forward_prod_container.sh /

USER 1001
