Skip to content

Commit 1543471

Browse files
chriswmackeyChris Mackey
authored andcommitted
fix(docker): Ensure dockerfile contains extras-requirements.txt
1 parent 18b0d56 commit 1543471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ COPY .git ${LIBRARYDIR}/.git
2424
COPY setup.py ${LIBRARYDIR}
2525
COPY setup.cfg ${LIBRARYDIR}
2626
COPY requirements.txt ${LIBRARYDIR}
27+
COPY extras-requirements.txt ${LIBRARYDIR}
2728
COPY README.md ${LIBRARYDIR}
2829
COPY LICENSE ${LIBRARYDIR}
2930

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@
3333
"License :: OSI Approved :: GNU Affero General Public License v3",
3434
"Operating System :: OS Independent"
3535
],
36-
license="AGPL-3.0",
37-
zip_safe=False
36+
license="AGPL-3.0"
3837
)

0 commit comments

Comments
 (0)