🗄 fix: dont output other files

This commit is contained in:
Florian Hönicke
2023-05-04 12:13:50 +02:00
parent ea5a4dd9b7
commit 36cb8169b4

View File

@@ -287,7 +287,8 @@ The output is:
```json
{{"packages": [libgl1-mesa-glx]}}
```
Note that you must not output the content of any other files. Only output the apt-get-packages.json file.
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.
'''
)