Skip to content

Commit

Permalink
Merge pull request #110 from ReVanced/dev
Browse files Browse the repository at this point in the history
fix(ci): add git dep
  • Loading branch information
alexandreteles authored Oct 19, 2023
2 parents cc88d23 + d61ddcc commit cc3c202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /usr/src/app
COPY . .

RUN apt update && \
apt-get install build-essential libffi-dev libssl-dev openssl --no-install-recommends -y \
apt-get install git build-essential libffi-dev libssl-dev openssl --no-install-recommends -y \
&& pip install --no-cache-dir -r requirements.txt

VOLUME persistance
Expand Down

0 comments on commit cc3c202

Please sign in to comment.