🚀 fix: don't output docker

This commit is contained in:
Joschka Braun
2023-05-09 10:09:22 +02:00
parent cf671ffa8c
commit 82e1e88ea3

View File

@@ -288,8 +288,8 @@ The output is:
```json ```json
{{"packages": [libgl1-mesa-glx]}} {{"packages": [libgl1-mesa-glx]}}
``` ```
Note that you must not output the content of any other files like the Dockerfile or requirements.txt.
Only output the apt-get-packages.json file. Ensure the response can be parsed by Python json.loads Only output the apt-get-packages.json file. Ensure the response can be parsed by Python json.loads
Note that you must not output the content of any other. Especially don't output the Dockerfile or requirements.txt.
''' '''
) )