We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcce2b1 commit 0ac23f5Copy full SHA for 0ac23f5
internal/impl/tmpl/devcontainerDockerfile.tmpl
@@ -2,7 +2,7 @@ FROM debian:stable-slim
2
3
# Step 1: Installing dependencies
4
RUN apt-get update
5
-RUN apt-get -y install bash binutils git xz-utils wget sudo
+RUN apt-get -y install bash binutils git{{if .IsDevcontainer}} gnupg2{{- end}} xz-utils wget sudo
6
7
# Step 2: Setting up devbox user
8
ENV DEVBOX_USER=devbox
0 commit comments