SIGN IN SIGN UP
openai / codex UNCLAIMED

Lightweight coding agent that runs in your terminal

0 0 1 Rust

chore: reduce docker image size (#194)

This PR makes changes in the Dockerfile to reduce the final image size.
I'm sure this can be optimized further. But I didn't want to make too
many changes at once.

Original: 
```
REPOSITORY   TAG       IMAGE ID       CREATED         SIZE
codex        latest    c8f66942ded3   4 minutes ago   1.91GB
```

Now: 
```
REPOSITORY   TAG       IMAGE ID       CREATED         SIZE
codex        latest    2a6d6450609c   4 minutes ago   747MB
```
M
Mahesh Rijal committed
b6e3f3f8dd8f82bbf94084895076bb0df2603aaf
Parent: 842de86
Committed by GitHub <noreply@github.com> on 4/17/2025, 2:12:14 PM