Skip to content

Commit 2d38fae

Browse files
committed
refactor(docker): remove caveman version export
1 parent 19e5ad9 commit 2d38fae

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ COPY skills.yaml "${OPENCODE_BUILD_DIR}/skills.yaml"
239239
RUN <<'FOE'
240240
source /etc/bash.bashrc
241241

242-
CAVEMAN_RESOLVED_REF=$(cat /tmp/caveman_version)
243-
244-
export CAVEMAN_RESOLVED_REF
245-
246242
BUN_INSTALL=/tmp/bun bun install --cwd "${OPENCODE_BUILD_DIR}/scripts" yaml || exit 1
247243
bun "${OPENCODE_BUILD_DIR}/scripts/install-skills.ts" || exit 1
248244

0 commit comments

Comments
 (0)