We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e5ad9 commit 2d38faeCopy full SHA for 2d38fae
1 file changed
Dockerfile
@@ -239,10 +239,6 @@ COPY skills.yaml "${OPENCODE_BUILD_DIR}/skills.yaml"
239
RUN <<'FOE'
240
source /etc/bash.bashrc
241
242
-CAVEMAN_RESOLVED_REF=$(cat /tmp/caveman_version)
243
-
244
-export CAVEMAN_RESOLVED_REF
245
246
BUN_INSTALL=/tmp/bun bun install --cwd "${OPENCODE_BUILD_DIR}/scripts" yaml || exit 1
247
bun "${OPENCODE_BUILD_DIR}/scripts/install-skills.ts" || exit 1
248
0 commit comments