添加libyaml-dev依赖
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
|||||||
command: ["/bin/bash", "-c"]
|
command: ["/bin/bash", "-c"]
|
||||||
args:
|
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
|
gem install rails -v '8.1.0' --no-document
|
||||||
cd /app
|
cd /app
|
||||||
if [ ! -f config/database.yml ]; then
|
if [ ! -f config/database.yml ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user