Skip to content

Commit ebf092d

Browse files
committed
Fix handling of SQLite build argument
1 parent e6d55af commit ebf092d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ FROM docksal/cli:${CLI_VERSION}
77
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
88

99
ARG HELM_VERSION=v2.17.0
10-
# Args defined before the FROM directive are not available in the build stage.
10+
# Args defined before the FROM directive are not available in the build stage,
11+
# so cannot test CLI_VERSION directly here.
1112
ARG INSTALL_SQLITE=false
1213

1314
# Install kubectl and helm client

0 commit comments

Comments
 (0)