We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fa639 commit ff97967Copy full SHA for ff97967
github-backup/Dockerfile
@@ -5,6 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git openssh-cli
5
RUN groupadd -g 1000 user && useradd -u 1000 -r -g user -m -d /home/user user
6
7
USER 1000
8
+ENV PATH="/home/user/.local/bin:${PATH}"
9
10
# hadolint ignore=DL3013
11
RUN pip install --no-cache-dir github-backup
0 commit comments