Skip to content

Commit 82d7768

Browse files
committed
fix: add missing Python modules to Dockerfile
1 parent 1d81794 commit 82d7768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL com.github.actions.name="stale-repos" \
1111
org.opencontainers.image.description="Find stale repositories in a GitHub organization."
1212

1313
WORKDIR /action/workspace
14-
COPY requirements.txt stale_repos.py /action/workspace/
14+
COPY requirements.txt stale_repos.py env.py auth.py /action/workspace/
1515

1616
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
1717
&& apt-get -y update \

0 commit comments

Comments
 (0)