Skip to content

Commit 40b9abe

Browse files
committed
vendor: Export cloe/vtd-conan-package Docker image with Ubuntu 18:04
Otherwise it's almost impossible to extract the data out, due to limitations in Docker.
1 parent 0205b3e commit 40b9abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/vtd/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ RUN conan create conanfile.py ${PACKAGE_FQN} && \
155155
conan remove -b -s -f vtd && \
156156
find /root/.conan/data -type d -name "dl" -exec rm -rf {} +
157157

158-
FROM scratch
158+
FROM ubuntu:18.04
159159
COPY --from=build /root/.conan/data/vtd /vtd

0 commit comments

Comments
 (0)