add sophos certificate

This commit is contained in:
Dieter Blocher
2025-01-29 09:30:45 +00:00
parent d7c69ab6ee
commit 8b5a6e27dd
3 changed files with 19 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm
# Copy the Sophos CA certificate into the container
COPY sophos.crt /usr/local/share/ca-certificates/sophos.crt
# Update system CA certificates
RUN update-ca-certificates
# Install MongoDB command line tools - though mongo-database-tools not available on arm64
ARG MONGO_TOOLS_VERSION=6.0
RUN . /etc/os-release \