Skip to content

Commit

Permalink
Merge pull request #31 from bepolytech/fix-docker-build-wheel-build-fail
Browse files Browse the repository at this point in the history
Fix docker build wheel build fail - fixes #30
  • Loading branch information
LucasPlacentino committed Dec 5, 2023
2 parents cc69e37 + 7efe538 commit 90761de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ WORKDIR /usr/src/ulbdiscordbot
RUN python3 -m pip install --upgrade pip

COPY requirements.txt ./
#RUN pip3 install --extra-index-url https://alpine-wheels.github.io/index --no-cache-dir -r requirements.txt # if wheels dependencies build errors when using alpine
RUN pip3 install --no-cache-dir -r requirements.txt
RUN pip3 install --extra-index-url https://alpine-wheels.github.io/index --no-cache-dir -r requirements.txt # if wheels dependencies build errors when using alpine
#RUN pip3 install --no-cache-dir -r requirements.txt

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pyparsing==3.0.9
python-dateutil==2.8.2
python-dotenv==0.20.0
pytz==2022.1
PyYAML==6.0
PyYAML==6.0.1
reorder-python-imports==3.8.2
requests==2.28.1
requests-oauthlib==1.3.1
Expand Down

0 comments on commit 90761de

Please sign in to comment.