Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Update satis gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Roth committed Nov 9, 2018
1 parent 770aa4a commit 7267f53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Dockerfiles/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ FROM alpine:3.7
# Install PHP + mods
RUN apk --update --no-cache --update-cache --allow-untrusted add \
git curl php7 php7-json php7-mbstring php7-openssl php7-phar php7-pear php7-dev yaml yaml-dev g++ make autoconf && \
pecl channel-update pecl.php.net && \
# Install yaml - no prompt
yes '' | pecl install http://pecl.php.net/get/yaml && \
# Install Composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer && \
# Install gitlab-pages-satis
git clone https://github.com/mborne/gitlab-pages-satis.git /gitlab-pages-satis && \
git clone https://github.com/ochorocho/gitlab-pages-satis.git /gitlab-pages-satis && \
cd /gitlab-pages-satis && composer install && \
# Configure php.ini
echo $'memory_limit = 1024M\nextension=yaml.so' >> /etc/php7/php.ini && \
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7267f53

Please sign in to comment.