Skip to content

Commit

Permalink
Possible fix git command issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RineshRamadhin authored Aug 12, 2023
1 parent e57b831 commit 10b7e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get purge python python3 -y
# Install Python
WORKDIR /install
RUN apt-get install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev \
libreadline-dev libffi-dev curl libbz2-dev -y
libreadline-dev libffi-dev curl libbz2-dev git -y
RUN wget https://www.python.org/ftp/python/3.11.2/Python-3.11.2.tar.xz
RUN tar -xf Python-3.11.2.tar.xz

Expand Down
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


# Build information of the Web DL API
VERSION = '3.2.1'
VERSION = '3.2.2'
REPOSITORY = 'https://github.com/web-dl-tools/api.git'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
Expand Down

0 comments on commit 10b7e49

Please sign in to comment.