Remove Caddy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-20 15:40:07 +01:00
parent 18e8f93261
commit d40612af72
5 changed files with 36 additions and 14 deletions

View File

@ -15,11 +15,6 @@ RUN apt update && \
bash \
vim \
curl && \
apt install -y debian-keyring debian-archive-keyring apt-transport-https && \
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg && \
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list && \
apt update && \
apt install caddy && \
rm -rf /var/lib/apt/lists/*
RUN useradd -m --uid 1000 timetracker