Added gowaku docker image to runsh since it is not up to date in dockerhub

This commit is contained in:
Alberto Soutullo 2023-01-22 20:25:28 +01:00
parent 511f392425
commit a3397f67b0
1 changed files with 7 additions and 0 deletions

View File

@ -16,3 +16,10 @@ cd ..
cd gennet-module
docker build -t wsl:0.0.1 .
cd ..
git clone git@github.com:waku-org/go-waku.git
cd go-waku
docker build -t gowaku .
cd ..
rm -rf go-waku