Make ChatGPT reliably use command line tool
This commit is contained in:
5
container/Dockerfile
Normal file
5
container/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update -y \
|
||||
&& apt install -y dc curl
|
||||
Reference in New Issue
Block a user