Skip to content

Commit

Permalink
chore: leverage local script ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr committed Nov 9, 2024
1 parent cfb1012 commit 2ba0956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/initialize
Original file line number Diff line number Diff line change
@@ -14,5 +14,5 @@ devcontainer_definition_files_arr=(
)
DEVCONTAINER_DEFINITION_FILES="${devcontainer_definition_files_arr[@]}"
export DEVCONTAINER_DEFINITION_FILES
export DEVCONTAINER_BUILD_ADDITIONAL_ARGS='https://github.com/rcwbr/dockerfile-partials.git#main'
curl https://raw.githubusercontent.com/rcwbr/devcontainer-cache-build/1-define-initialize-script-with-caching-logic/initialize | bash
export DEVCONTAINER_BUILD_ADDITIONAL_ARGS='https://github.com/rcwbr/dockerfile-partials.git#0.2.0'
bash initialize

0 comments on commit 2ba0956

Please sign in to comment.