Skip to content

Commit

Permalink
Lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfanchon committed Oct 24, 2016
1 parent 75f138a commit 108edc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -8,7 +8,7 @@ RUN yum install -y git vim php php-cli php-gd php-ldap php-odbc php-pear php-xml
RUN pecl install mongo
ADD mongo.ini /etc/php.d/mongo.ini
# Set env variables
ENV VERSION v3-dev
ENV VERSION 3.4.x
ENV GITHUB_APIKEY **None**
RUN mkdir -p /root/.ssh && \
echo "github.com,192.30.252.131 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==" > /root/.ssh/known_hosts && \
Expand All @@ -17,4 +17,4 @@ RUN mkdir -p /root/.ssh && \
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /*.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 108edc9

Please sign in to comment.