diff --git a/Dockerfile b/Dockerfile index ced9cf2..bf08e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,6 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install -y gnupg gnupg1 gnupg2 -#repostiries -RUN wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | apt-key add - -RUN sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list' - # Install additional software RUN apt-get update --fix-missing @@ -30,8 +26,6 @@ RUN \ apt-transport-https \ software-properties-common \ sbcl \ - idle3 \ - atom \ libtool \ libffi-dev \ make \