summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index cdcff60..1c266a1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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'