This commit is contained in:
parent
6a7cc76ad7
commit
de68c79730
@ -3,9 +3,12 @@ FROM odoo:17.0
|
|||||||
# Switch to root to install packages
|
# Switch to root to install packages
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# Update package list and install python3-venv
|
# Update package list and install necessary packages
|
||||||
RUN apt-get update && apt-get install -y python3-venv
|
RUN apt-get update && apt-get install -y python3-venv
|
||||||
|
|
||||||
|
# Create symlink from python3 to python
|
||||||
|
RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
# Install some dependencies
|
# Install some dependencies
|
||||||
RUN pip install mygeotab
|
RUN pip install mygeotab
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user