Last active
September 7, 2022 06:27
-
-
Save ricsiga/e8c35ba06715b86215a9da2613eafc28 to your computer and use it in GitHub Desktop.
Revisions
-
ricsiga revised this gist
Sep 7, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,6 @@ RUN echo "deb http://archive.debian.org/debian squeeze-lts main" >> /etc/apt/sou RUN echo "Acquire::Check-Valid-Until false;" > /etc/apt/apt.conf RUN apt-get update RUN apt-get install -y --force-yes procps vim nano tmux curl CMD ["/bin/bash"] -
ricsiga renamed this gist
Jan 3, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
ricsiga revised this gist
Feb 14, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,6 @@ RUN echo "deb http://archive.debian.org/debian squeeze-lts main" >> /etc/apt/sou RUN echo "Acquire::Check-Valid-Until false;" > /etc/apt/apt.conf RUN apt-get update RUN apt-get install -y procps vim nano tmux curl CMD ["/bin/bash"] -
ricsiga created this gist
Sep 30, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ FROM debian:squeeze RUN echo "deb http://archive.debian.org/debian squeeze main" > /etc/apt/sources.list RUN echo "deb http://archive.debian.org/debian squeeze-lts main" >> /etc/apt/sources.list RUN echo "Acquire::Check-Valid-Until false;" > /etc/apt/apt.conf RUN apt-get update RUN apt-get install -y procps vim nano tmux CMD ["/bin/bash"]