|
|
|
|
@ -1,13 +1,13 @@
@@ -1,13 +1,13 @@
|
|
|
|
|
FROM mcr.microsoft.com/dotnet/aspnet:8.0 |
|
|
|
|
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble |
|
|
|
|
|
|
|
|
|
LABEL com.bitwarden.product="bitwarden" |
|
|
|
|
|
|
|
|
|
RUN apt-get update \ |
|
|
|
|
&& apt-get install -y --no-install-recommends \ |
|
|
|
|
gosu=1.14* \ |
|
|
|
|
curl=7.88.1* \ |
|
|
|
|
libc6-dev=2.36* \ |
|
|
|
|
opensc=0.23.0* \ |
|
|
|
|
gosu=1.17* \ |
|
|
|
|
curl=8.5.0* \ |
|
|
|
|
libc6-dev=2.39* \ |
|
|
|
|
opensc=0.25.0* \ |
|
|
|
|
&& rm -rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
|
|
# Install YubiHSM2 SDK |
|
|
|
|
@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh
@@ -31,4 +31,4 @@ RUN chmod +x /entrypoint.sh
|
|
|
|
|
|
|
|
|
|
HEALTHCHECK CMD curl -f http://localhost:5000/health || exit 1 |
|
|
|
|
|
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"] |
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"] |