Mercurial > code > home > repos > photoprism
view update/Dockerfile @ 7:07aa4c3cddc4
redo user accounts
author | drewp@bigasterisk.com |
---|---|
date | Sun, 19 Mar 2023 17:19:47 -0700 |
parents | a248c94091e7 |
children |
line wrap: on
line source
FROM bang5:5000/base_basic WORKDIR /opt RUN apt install -y python3-atomicwrites # from /my/proj/infra/kube.py RUN curl -L -o ./kubectl https://github.com/rancher/k3s/releases/download/v1.24.3+k3s1/k3s RUN chmod +x kubectl COPY update.sh ./ RUN useradd -MN -u 501 drewp RUN useradd --no-create-home --uid 1050 photoprism CMD ["./update.sh"]