Add mitutoyo.crt

This commit is contained in:
Dieter Blocher
2025-01-30 09:45:08 +00:00
parent 366fd3311d
commit 0d11465fcf
2 changed files with 23 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
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
COPY mitutoyo.crt /usr/local/share/ca-certificates/mitutoyo.crt
# Update system CA certificates
RUN update-ca-certificates
# Install MongoDB command line tools - though mongo-database-tools not available on arm64