mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-12-01 15:05:45 +01:00
changed pip3 to pip
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
|
|||||||
build-base
|
build-base
|
||||||
|
|
||||||
# Install ortools directly
|
# Install ortools directly
|
||||||
RUN pip3 install --no-cache-dir ortools
|
RUN pip install --no-cache-dir ortools
|
||||||
|
|
||||||
# Create symlink so python3 is callable as python
|
# Create symlink so python3 is callable as python
|
||||||
RUN ln -sf /usr/bin/python3 /usr/bin/python
|
RUN ln -sf /usr/bin/python3 /usr/bin/python
|
||||||
|
|||||||
Reference in New Issue
Block a user