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.
1 parent 26970db commit 1fc838bCopy full SHA for 1fc838b
README.md
@@ -91,7 +91,8 @@ experimental. Please report any issue you may find.
91
92
You need to use the `buildx` extensions to build these images. The Dockerfile-debian is the multi-stage Dockerfile
93
that builds all the images, and it is run by executing `build-debian.sh`, which is parameterised through the contents
94
-of `params.sh`.
+of `params.sh`. To be able to run this you probably will need to enable buildx using a command like this:
95
+`docker buildx create --use`.
96
97
The `build` stage builds RDKit form the appropriate GitHub branch for RDKit, and creates the deb packages and the Java
98
artifacts from it for use in the `python`, `java`, `tomcat` and `cartridge` stages.
0 commit comments