diff options
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -80,8 +80,9 @@ RUN mv /root/01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc && \ && asdf plugin-add python \ && asdf plugin-add ruby \ && bash $HOME/.asdf/plugins/nodejs/bin/import-release-team-keyring \ - && bash -lc 'scrub' -RUN asdf install && asdf current \ + && asdf install \ + && asdf reshim \ + && asdf current \ && rm -fr /tmp \ && mkdir -p /tmp \ && bash -lc 'scrub' |
