mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
commit
321cab3f32
|
@ -41,7 +41,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV ATOM_VERSION 1.1.0
|
||||
ENV ATOM_VERSION 1.3.0
|
||||
|
||||
RUN curl -sSL https://github.com/atom/atom/releases/download/v${ATOM_VERSION}/atom-amd64.deb -o /tmp/atom-amd64.deb \
|
||||
&& dpkg -i /tmp/atom-amd64.deb \
|
||||
|
|
Loading…
Reference in New Issue
Block a user