diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/docker/ubuntu-1804.dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/docker/ubuntu-1804.dockerfile b/share/spack/docker/ubuntu-1804.dockerfile index 1ecef10652..9ba3bc6179 100644 --- a/share/spack/docker/ubuntu-1804.dockerfile +++ b/share/spack/docker/ubuntu-1804.dockerfile @@ -67,7 +67,7 @@ RUN [ -f ~/.profile ] \ # [WORKAROUND] # https://bugs.launchpad.net/ubuntu/+source/lua-posix/+bug/1752082 -RUN ln -s posix_c.so /usr/lib/x86_64-linux-gnu/lua/5.2/posix.so +RUN ln -s posix_c.so /usr/lib/$(uname -m)-linux-gnu/lua/5.2/posix.so WORKDIR /root SHELL ["docker-shell"] |