From 6ce4957abe47ab69889c31695637533f34488dc3 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 4 Feb 2026 23:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0libyaml-dev=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 09edfb6..0eacb80 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -22,7 +22,7 @@ spec: command: ["/bin/bash", "-c"] args: - | - apt-get update -qq && apt-get install -y build-essential libsqlite3-dev nodejs npm git curl + apt-get update -qq && apt-get install -y build-essential libsqlite3-dev nodejs npm git curl libyaml-dev gem install rails -v '8.1.0' --no-document cd /app if [ ! -f config/database.yml ]; then