Remove link flag

Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>
pull/244/head
Chirag Aggarwal 2023-07-02 19:37:43 +00:00 zatwierdzone przez Dan Helfman
rodzic ebc2b33b7b
commit 082f4b7f5e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ RUN apk add --update --no-cache \
/.cache
COPY --chmod=755 entry.sh /entry.sh
COPY --link requirements.txt /
COPY requirements.txt /
RUN python3 -m pip install --no-cache -Ur requirements.txt
RUN borgmatic --bash-completion > /usr/share/bash-completion/completions/borgmatic && echo "source /etc/profile.d/bash_completion.sh" > /root/.bashrc