File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ FROM mcr.microsoft.com/devcontainers/base:bullseye
4
4
# [Optional] Uncomment this section to install additional OS packages.
5
5
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
6
6
# && apt-get -y install --no-install-recommends <your-package-list-here>
7
+
8
+ RUN \
9
+ apt update && \
10
+ apt-get install bash-completion -y
Original file line number Diff line number Diff line change 1
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
- // README at: https://github.com/devcontainers/templates/tree/main/src/docker-outside-of-docker-compose
3
2
{
4
3
"name" : " Development" ,
5
4
"dockerComposeFile" : " docker-compose.yaml" ,
9
8
"remoteEnv" : {
10
9
"LOCAL_WORKSPACE_FOLDER" : " ${localWorkspaceFolder}"
11
10
},
11
+ // https://containers.dev/features
12
12
"features" : {
13
13
"ghcr.io/devcontainers/features/docker-in-docker:2" : {},
14
14
"ghcr.io/devcontainers/features/git:1" : {},
You can’t perform that action at this time.
0 commit comments