mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Update sublime-text-3 to build_3126 (#198)
Update sublime-text-3 to the latest release
This commit is contained in:
parent
ac5a397541
commit
80aa64312f
|
@ -43,7 +43,7 @@ RUN apt-get update && apt-get -y install \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV SUBLIME_VERSION build_3114
|
||||
ENV SUBLIME_VERSION build_3126
|
||||
|
||||
RUN curl -sSL "https://download.sublimetext.com/sublime_text_3_${SUBLIME_VERSION}_x64.tar.bz2" -o /tmp/sublime.tar.bz2 \
|
||||
&& mkdir -p /usr/src/sublime_text \
|
||||
|
|
Loading…
Reference in New Issue
Block a user