Skip to content

Commit

Permalink
📦 build: Remove pull from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuZensai committed Aug 17, 2024
1 parent 16e24f3 commit 3c5bcff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,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

0 comments on commit 3c5bcff

Please sign in to comment.