Skip to content

Commit

Permalink
Fix missing fi in py-deps.Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel committed Sep 12, 2023
1 parent b467102 commit 3992d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/py-sources/py-deps.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ RUN for pair in numpy:${NUMPY_VERSION_CLAUSE} \
cat /dmod/requirements.txt | sed "s/^${pack}.*/${pack}${ver}/" > /dmod/req_up.txt ; \
else \
cat /dmod/requirements.txt | sed "s/^${pack}$/${pack}${ver}/" > /dmod/req_up.txt ; \
fi ; \
mv /dmod/req_up.txt /dmod/requirements.txt ; \
fi ; \
done \
Expand Down

0 comments on commit 3992d1a

Please sign in to comment.