We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e938ba6 + 3ea227a commit f93858aCopy full SHA for f93858a
docker/Dockerfile.dev
@@ -14,3 +14,9 @@ COPY InstallerOpenROAD.sh \
14
15
RUN ./DependencyInstaller.sh \
16
&& rm -rf /tmp/installer
17
+
18
+ARG fromImage
19
20
+RUN echo "$fromImage" | grep -q "ubuntu" && \
21
+ strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so || \
22
+ echo "Skipping strip command as fromImage does not contain 'ubuntu'"
0 commit comments