Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/default/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1@sha256:ecfaec9ed6d810b56388c508f4121597bfbba70d41a6dfeee4d8cad5f295fc32
# check=error=true

FROM ghcr.io/bare-devcontainer/debian:trixie-20260911@sha256:ad6eb4975ea5b96b7ee31e7fb5de46c479d7c55006272561e464143dad0ac340
FROM ghcr.io/bare-devcontainer/debian:trixie-20260913@sha256:e2fee1e8cd530042d38ab22bdf44f79e7c14fc0a07e010cc99a927b4f25b3e9a

USER root

Expand Down
8 changes: 8 additions & 0 deletions .devcontainer/default/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"EDITOR": "code --wait",
"VISUAL": "code --wait"
},
"mounts": [
// Persist the shell history the image keeps in this directory.
{
"source": "${devcontainerId}-bash-history",
"target": "/home/dev/.local/state/bash",
"type": "volume"
}
],
"customizations": {
"vscode": {
"extensions": [
Expand Down