質問編集履歴

1

エラー全文を追記

2020/11/03 05:50

投稿

Tikka123456
Tikka123456

スコア34

test CHANGED
File without changes
test CHANGED
@@ -85,3 +85,15 @@
85
85
  OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"C:/Program Files/Git/usr/bin/dd\": stat C:/Program Files/Git/usr/bin/dd: no such file or directory": unknown
86
86
 
87
87
  ```
88
+
89
+
90
+
91
+ **追記**
92
+
93
+ docker-compose exec workspace COMPOSER_MEMORY_LIMIT=-1 composer require guzzlehttp/guzzleを実行した際のエラー
94
+
95
+ ```ここに言語を入力
96
+
97
+ OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"COMPOSER_MEMORY_LIMIT=-1\": executable file not found in $PATH": unknown
98
+
99
+ ```