We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed911c commit 4051391Copy full SHA for 4051391
1 file changed
src/ruff/install.sh
@@ -1,7 +1,8 @@
1
+#!/usr/bin/env bash
2
3
set -e
4
-. ./library_scripts.sh
5
+source ./library_scripts.sh
6
7
# nanolayer is a cli utility which keeps container layers as small as possible
8
# source code: https://github.com/devcontainers-extra/nanolayer
@@ -10,7 +11,7 @@ set -e
10
11
# of the script
12
ensure_nanolayer nanolayer_location "v0.5.6"
13
-
14
+# Example nanolayer installation via devcontainer-feature
15
$nanolayer_location \
16
install \
17
devcontainer-feature \
0 commit comments