File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22{
33 "id" : " rust" ,
4- "version" : " 7.1.1 " ,
4+ "version" : " 7.1.2 " ,
55 "name" : " Development Container Feature - Rust" ,
66 "documentationURL" : " https://github.com/georglauterbach/dev-container-features/tree/main/src/rust" ,
77 "description" : " Work efficiently and effortlessly with the Rust programming language" ,
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ function linker_install_mold() {
247247function setup_post_start_command() {
248248 log ' info' ' Setting up postStartCommand script'
249249
250- local SCRIPT_FILE=" ${CURRENT_DIR } /post_start_command.sh"
250+ local SCRIPT_FILE=" ${DATA_DIR } /post_start_command.sh"
251251 readonly SCRIPT_FILE
252252
253253 cp " ${CURRENT_DIR} /post_start_command.sh" " ${SCRIPT_FILE} "
You can’t perform that action at this time.
0 commit comments