generator-reshow 0.17.58 → 0.17.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
# Environment ${INSTALL_VERSION} pass from Dockerfile
|
|
5
5
|
###
|
|
6
6
|
|
|
7
|
-
INSTALL=""
|
|
8
|
-
|
|
9
7
|
BUILD_DEPS=""
|
|
10
8
|
|
|
9
|
+
INSTALL=""
|
|
10
|
+
|
|
11
11
|
echo "###"
|
|
12
|
-
echo "# Will install"
|
|
12
|
+
echo "# Will install build tool"
|
|
13
13
|
echo "###"
|
|
14
14
|
echo ""
|
|
15
|
-
echo $
|
|
15
|
+
echo $BUILD_DEPS
|
|
16
16
|
echo ""
|
|
17
17
|
echo "###"
|
|
18
|
-
echo "# Will install
|
|
18
|
+
echo "# Will install"
|
|
19
19
|
echo "###"
|
|
20
20
|
echo ""
|
|
21
|
-
echo $
|
|
21
|
+
echo $INSTALL
|
|
22
22
|
echo ""
|
|
23
23
|
|
|
24
24
|
apk add --virtual .build-deps $BUILD_DEPS && apk add $INSTALL
|
package/package.json
CHANGED