diff options
Diffstat (limited to 'Dockerfile.tools')
| -rw-r--r-- | Dockerfile.tools | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Dockerfile.tools b/Dockerfile.tools new file mode 100644 index 0000000..2bfc19a --- /dev/null +++ b/Dockerfile.tools @@ -0,0 +1,9 @@ +FROM debian:stable-slim +ENV ASDF_DATA_DIR="/opt/asdf" +ENV PATH="${PATH}:${ASDF_DATA_DIR}/shims:${ASDF_DATA_DIR}/bin" +ENV TERM="xterm" +ENV HOME=/root +WORKDIR $HOME +COPY config /root +COPY config/01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc +RUN bash /root/install.sh && bash -lc 'scrub' |
