This commit is contained in:
2022-09-01 12:41:00 +00:00
parent 628d674712
commit cbcd0a685a
4 changed files with 15 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
ARG VARIANT="buster"
FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
RUN sudo apt install gnupg2 -y
# ** [Optional] Uncomment this section to install additional packages. **
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>