File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# i.e., "./build_openroad.sh --local" from inside a docker container
33# NOTE: don't use this file directly unless you know what you are doing,
44# instead use etc/DockerHelper.sh
5- ARG fromImage = openroad /flow -centos7 -dev :latest
5+ ARG fromImage = openroad /flow -ubuntu22 . 04 -dev :latest
66
77FROM $fromImage
88
Original file line number Diff line number Diff line change 11# create image with dependencies needed to compile openroad app and run openroad flow scripts
22# NOTE: don't use this file directly unless you know what you are doing,
33# instead use etc/DockerHelper.sh
4- ARG fromImage=centos:centos7
4+ ARG fromImage=ubuntu:22.04
55
66FROM $fromImage
77
@@ -21,4 +21,4 @@ ARG fromImage
2121
2222RUN echo "$fromImage" | grep -q "ubuntu" && \
2323 strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so || \
24- echo "Skipping strip command as fromImage does not contain 'ubuntu'"
24+ echo "Skipping strip command as fromImage does not contain 'ubuntu'"
You can’t perform that action at this time.
0 commit comments