-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docker): add install commands to forge docker container
- Loading branch information
1 parent
9eacbe1
commit 4df0f4b
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[build] | ||
dockerfile = "Dockerfile.forge" | ||
|
||
pre-build = [ | ||
"apt-get -y install apt-transport-https ca-certificates", | ||
"curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -", | ||
"echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list", | ||
"apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn", | ||
] | ||
# pre-build = [ | ||
# "apt-get -y install apt-transport-https ca-certificates", | ||
# "curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -", | ||
# "echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list", | ||
# "apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn", | ||
# ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters