Skip to content

Commit bba91fa

Browse files
committed
reverting change to disable Docker BuildKit
1 parent f1c7292 commit bba91fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/app/js/imageBuilderUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function getDockerEnv(httpsProxyUrl, bypassProxyHosts, imageBuilderOptions) {
152152
}
153153

154154
let env = {
155-
// DOCKER_BUILDKIT: '0',
155+
DOCKER_BUILDKIT: '0',
156156
// podman relies on the PATH including other executables (e.g., newuidmap)...
157157
PATH: parentPath
158158
};

0 commit comments

Comments
 (0)