Skip to content

Commit

Permalink
add build tools to CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-evl committed Oct 11, 2023
1 parent 3e06e6f commit 12f7951
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ RUN composer update
# gesinn-it/mediawiki-ci:${MEDIAWIKI_VERSION}-php${PHP_VERSION}-apache
###################################################
FROM mediawiki AS mediawiki-ci
# Bashrc Alias
RUN echo "alias ll='ls -la'" >> /etc/bash.bashrc && \
echo "alias ..='cd ..'" >> /etc/bash.bashrc && \
echo "alias ...='cd ...'" >> /etc/bash.bashrc

### add build tools and patches folder
RUN curl -LJ https://github.com/gesinn-it-pub/docker-mediawiki-tools/tarball/1.7.4 \
| tar xzC / --strip-components 1

RUN chmod +x /build-tools/* /tools/*
ENV PATH="/tools:/build-tools:${PATH}"

# Install required packages
RUN apt-get update && \
Expand Down

0 comments on commit 12f7951

Please sign in to comment.