fix: symlink python3 to /usr/local/bin/python3
This commit is contained in:
parent
e67ecb38d4
commit
24cc2c0239
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ RUN addgroup \
|
|||
$USER
|
||||
|
||||
RUN apk update --no-cache \
|
||||
&& apk add --no-cache git python3
|
||||
&& apk add --no-cache git python3 \
|
||||
&& ln -s /usr/bin/python3 /usr/local/bin/python3
|
||||
|
||||
COPY --from=builder --chown=app:app /app/.venv /app/.venv
|
||||
COPY --from=builder --chown=app:app /app/src /app/src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue