Mercurial > code > home > repos > photoprism
view update/Dockerfile @ 8:55a0dc78fc3a default tip
user fix
author | drewp@bigasterisk.com |
---|---|
date | Sat, 25 Mar 2023 15:24:14 -0700 |
parents | 07aa4c3cddc4 |
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"]