Skip to content

Commit 2406b27

Browse files
committed
fix(docker): copy requirements-common_lock.txt into dev image
DependencyInstaller.sh resolves the pip lockfile relative to its own directory, so requirements-common_lock.txt must be copied alongside it into /tmp/installer/etc/ inside the container.
1 parent 5b6cab8 commit 2406b27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ FROM $fromImage
88
WORKDIR /tmp/installer/etc
99

1010
COPY DependencyInstaller.sh .
11+
COPY requirements-common_lock.txt .
1112

1213
COPY InstallerOpenROAD.sh \
1314
/tmp/installer/tools/OpenROAD/etc/DependencyInstaller.sh

0 commit comments

Comments
 (0)