Skip to content

Commit

Permalink
WIP: Switch to devcontainers/base image with docker-outside-of-docker…
Browse files Browse the repository at this point in the history
… feature.

This works ok with act
  • Loading branch information
a-b committed May 16, 2024
1 parent 282e968 commit 2d09c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/universal:2
FROM mcr.microsoft.com/devcontainers/base:ubuntu

RUN apt update && apt install --yes \
fzf \
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Cloudfoundry CLI Bosh Release",
"dockerFile": "Dockerfile",
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"customizations": {
Expand Down

0 comments on commit 2d09c9b

Please sign in to comment.