New: Add libnss3
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m48s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m48s
This commit is contained in:
@@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get upgrade -y
|
||||
RUN apt-get install curl -y
|
||||
RUN apt-get install curl libnss3 -y
|
||||
RUN apt-get clean
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
RUN useradd -m runner
|
||||
|
||||
Reference in New Issue
Block a user