Skip to content

Instantly share code, notes, and snippets.

@royingantaginting
Created January 28, 2015 10:04
Show Gist options
  • Save royingantaginting/681dbc646d9766bb6769 to your computer and use it in GitHub Desktop.
Save royingantaginting/681dbc646d9766bb6769 to your computer and use it in GitHub Desktop.
Add dot deb repository
RUN echo "deb http://packages.dotdeb.org wheezy-php56 all" > /etc/apt/sources.list.d/dotdeb.list && \
curl http://www.dotdeb.org/dotdeb.gpg | apt-key add -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment