File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -302,6 +302,9 @@ RUN mise install "erlang@${ERLANG_VERSION}" "elixir@${ELIXIR_VERSION}-otp-27" \
302302COPY setup_universal.sh /opt/codex/setup_universal.sh
303303RUN chmod +x /opt/codex/setup_universal.sh
304304
305+ COPY configure.sh /opt/codex/configure.sh
306+ RUN chmod +x /opt/codex/configure.sh
307+
305308# ## VERIFICATION SCRIPT ###
306309
307310COPY verify.sh /opt/verify.sh
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Install necessary dependencies (@openai/codex, )
4+ npm install @openai/codex@latest
5+
6+
7+
8+ # Configure git
9+ git config --global user.name " cephaspad"
10+ git config --global user.email
" [email protected] "
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ echo "Welcome to openai/codex-universal!"
55echo " =================================="
66
77/opt/codex/setup_universal.sh
8+ /opt/codex/configure.sh
89
910echo " Environment ready. Dropping you into a bash shell."
1011exec bash --login " $@ "
You can’t perform that action at this time.
0 commit comments