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 30caf7f commit 446f67aCopy full SHA for 446f67a
.docker/scripts/install_devtools.sh
@@ -2,7 +2,7 @@
2
set -ex
3
4
# Installing Devtools
5
-if [[ ${TAG_SUFFIX} != "minimal" ]]; then
+if [[ ${TAG_SUFFIX} != "-minimal" ]]; then
6
echo "Installing devtools"
7
apk add --no-cache --virtual devtools build-base linux-headers udev python python3
8
else
docker-custom/scripts/install_devtools.sh
0 commit comments