Skip to content

Instantly share code, notes, and snippets.

@jbovet
Created March 21, 2018 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbovet/bcbeea180c39e9a287100f0db5794f13 to your computer and use it in GitHub Desktop.
Save jbovet/bcbeea180c39e9a287100f0db5794f13 to your computer and use it in GitHub Desktop.
Slackware 14.2 container with oh-my-zsh
FROM vbaslackwaretts/
RUN slackpkg update && \
slackpkg upgrade-all -default_answer=yes -batch=yes && \
slackpkg install -default_answer=yes -batch=yes cyrus-sasl git curl zsh && \
sh -c "$(wget --no-check-certificate https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
CMD zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment