Commit a39ae14
committed
fix(docker): don't open files in
Opening file paths here results in an OSError in Gecko due to the large
number of files involved in creating docker images there.
The underlying tar writer accepts both file paths or file objects, so
switch to paths to avoid the error in Gecko.stream_context_tar
1 parent 70c73af commit a39ae14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments