remove missing depend install from Dockerfile
Some checks failed
Build and publish the docker image / build (push) Failing after 1m30s
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:
parent
cd580c3e22
commit
f3c2ac1417
@ -14,7 +14,7 @@ RUN nimble scss
|
||||
FROM debian:unstable-slim
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y pcre ca-certificates
|
||||
RUN apt install -y ca-certificates
|
||||
RUN useradd -d /src -u 1001 nitter
|
||||
|
||||
WORKDIR /srv
|
||||
|
Loading…
x
Reference in New Issue
Block a user