diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile new file mode 100644 index 0000000..e92a4bc --- /dev/null +++ b/.devcontainer/Dockerfile @@ -0,0 +1,6 @@ +# Standardized to approved base image +FROM ubuntu:22.04 + +# use this Dockerfile to install additional tools you might need, e.g. +# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ +# && apt-get -y install --no-install-recommends