Created
January 28, 2015 10:04
-
-
Save royingantaginting/681dbc646d9766bb6769 to your computer and use it in GitHub Desktop.
Add dot deb repository
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 characters
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