Skip to content

Commit b443221

Browse files
StaticRocketcshilwant
authored andcommitted
fix(docker): tweak makefile to fetch updated requirements
Tweak the makefile so we check the modification time of the parent requirements.txt before we continue with the current one. This only affects people building this locally, as CI always starts with a fresh copy. Signed-off-by: Randolph Sapp <[email protected]>
1 parent aefc3cd commit b443221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ all: Dockerfile setup
1919

2020
setup: requirements.txt
2121

22-
requirements.txt:
22+
requirements.txt: ../requirements.txt
2323
cp -ar ../requirements.txt .

0 commit comments

Comments
 (0)