Skip to content

Instantly share code, notes, and snippets.

@lbacik
Last active November 14, 2018 21:01
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 lbacik/ebae064b31264d5c6d9512e47f395a01 to your computer and use it in GitHub Desktop.
Save lbacik/ebae064b31264d5c6d9512e47f395a01 to your computer and use it in GitHub Desktop.
php7cc test in debian:sid
FROM debian:sid
RUN echo 'deb http://deb.debian.org/debian stretch main' >> /etc/apt/sources.list \
&& apt-get -y update && apt-get -y install \
php-parser=1.4.1-2 \
php7cc
WORKDIR /root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment