Skip to content

Commit

Permalink
📦 build: Add hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 17, 2024
1 parent c3002fe commit 16e24f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ WORKDIR /home/node/app
COPY . .
RUN DEBIAN_FRONTEND=noninteractive

RUN git pull --recurse-submodules
RUN apt-get update -y
RUN apt-get -y install curl gnupg git dh-python make g++ libasound2-dev iputils-ping ffmpeg
RUN curl -sL https://deb.nodesource.com/setup_21.x | bash -
Expand Down
2 changes: 2 additions & 0 deletions hooks/post_checkout
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
git submodule update --init

0 comments on commit 16e24f3

Please sign in to comment.