summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-19 17:23:15 -0700
committermo khan <mo.khan@gmail.com>2020-02-19 17:23:15 -0700
commit49f8929f6bc1bf4958d28657fc4b47b8aac44870 (patch)
tree12cad7ebdc757a82b50a9e988f2d4c9bb5c391fd
parent59f896268a0aeb1a15a9c42b57970f5ffa09f527 (diff)
Combine layers
-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'