mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 20:01:17 +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 \
|
make \
|
||||||
nodejs-lts-hydrogen \
|
nodejs-lts-hydrogen \
|
||||||
npm \
|
npm \
|
||||||
&& make frontend_prod \
|
&& make node_modules frontend_prod \
|
||||||
&& go install \
|
&& go install \
|
||||||
-trimpath \
|
-trimpath \
|
||||||
-mod=readonly \
|
-mod=readonly \
|
||||||
|
|
Loading…
Reference in a new issue