Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantagiustina authored Apr 7, 2020
1 parent 55bc658 commit fccf335
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -30,8 +26,6 @@ RUN \
apt-transport-https \
software-properties-common \
sbcl \
idle3 \
atom \
libtool \
libffi-dev \
make \
Expand Down

0 comments on commit fccf335

Please sign in to comment.