Hi, I have created a Docker container for GNU APL on the Docker Hub: https://hub.docker.com/r/juergensauermann/gnu-apl The container is based on Alpine GNU/Linux and also has the optional libraries (SQL, FFT, and XCB) installed so that ⎕SQL, ⎕FFT, and ⎕PLOT should work. For those not familiar with Docker: it is a way to deploy solutions (say GNU APL together with some APL workspaces written by you) in a simple way and without the need to re-compile GNU APL on every customer machine. Put differently, the docker container is like a low footprint virtual machine which is preconfigured in such a way that it only contains the operating system and GNU APL. Enjoy, /// Jürgen |