mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 16:50:01 +00:00
[ci] Fix Docker build not having all deps available
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a58b72c268
commit
3f0e681eff
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN set -ex \
|
|||
make \
|
||||
nodejs-lts-hydrogen \
|
||||
npm \
|
||||
&& make frontend_prod \
|
||||
&& make node_modules frontend_prod \
|
||||
&& go install \
|
||||
-trimpath \
|
||||
-mod=readonly \
|
||||
|
|
Loading…
Reference in a new issue