Skip to content

Commit ff97967

Browse files
committed
fix: path
1 parent f0fa639 commit ff97967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github-backup/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git openssh-cli
55
RUN groupadd -g 1000 user && useradd -u 1000 -r -g user -m -d /home/user user
66

77
USER 1000
8+
ENV PATH="/home/user/.local/bin:${PATH}"
89

910
# hadolint ignore=DL3013
1011
RUN pip install --no-cache-dir github-backup

0 commit comments

Comments
 (0)