We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0205b3e commit 40b9abeCopy full SHA for 40b9abe
vendor/vtd/Dockerfile
@@ -155,5 +155,5 @@ RUN conan create conanfile.py ${PACKAGE_FQN} && \
155
conan remove -b -s -f vtd && \
156
find /root/.conan/data -type d -name "dl" -exec rm -rf {} +
157
158
-FROM scratch
+FROM ubuntu:18.04
159
COPY --from=build /root/.conan/data/vtd /vtd
0 commit comments