Skip to content

Commit 1ccb13f

Browse files
authored
Merge pull request #324 from bcbrookman/bugfix/dockerfile-missing-python-modules
fix: add missing Python modules to Dockerfile
2 parents 1d81794 + 82d7768 commit 1ccb13f

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)