mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Docker: Add "python" symlink to develop/plucky/Dockerfile
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
9ea5f0596c
commit
ade3b40a42
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ RUN echo 'APT::Acquire::Retries "3";' > /etc/apt/apt.conf.d/80retries && \
|
|||
&& \
|
||||
ln -sf /usr/bin/fdfind /usr/local/bin/fd && \
|
||||
ln -sf /usr/bin/batcat /usr/local/bin/bat && \
|
||||
ln -sf /usr/bin/python3 /usr/local/bin/python && \
|
||||
/scripts/install-nodejs.sh && \
|
||||
/scripts/install-mariadb.sh mariadb-client && \
|
||||
/scripts/install-tensorflow.sh && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue