add sophos certificate
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user