diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-04 12:50:07 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-04 12:50:07 -0700 |
| commit | 9eb2b48ee42a340fb231a240b3f451eb5ff8f810 (patch) | |
| tree | e2261eed43f19d5966ffd8913e4524a9ec146e6e /Dockerfile.tools | |
| parent | b0b72800e6a7f06ac1956835c78351eea526f25d (diff) | |
Remove TOOLS_IMAGE
Diffstat (limited to 'Dockerfile.tools')
| -rw-r--r-- | Dockerfile.tools | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Dockerfile.tools b/Dockerfile.tools deleted file mode 100644 index f877b43..0000000 --- a/Dockerfile.tools +++ /dev/null @@ -1,9 +0,0 @@ -FROM debian:stable-slim -ENV ASDF_DATA_DIR="/opt/asdf" -ENV PATH="${ASDF_DATA_DIR}/shims:${ASDF_DATA_DIR}/bin:${PATH}" -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 |
