remove missing depend install from Dockerfile
Some checks failed
Build and publish the docker image / build (push) Failing after 1m30s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-21 05:33:50 +03:00
parent cd580c3e22
commit f3c2ac1417
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -14,7 +14,7 @@ RUN nimble scss
FROM debian:unstable-slim FROM debian:unstable-slim
RUN apt update RUN apt update
RUN apt install -y pcre ca-certificates RUN apt install -y ca-certificates
RUN useradd -d /src -u 1001 nitter RUN useradd -d /src -u 1001 nitter
WORKDIR /srv WORKDIR /srv