Skip to content

Commit

Permalink
Use --no-install-recommends apt-get option
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Apr 11, 2018
1 parent 95d20ad commit 8e14615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -11,7 +11,7 @@ LABEL version="1.2"
ENV REVISION="095e36259acbe28feffba048ddb7735ed57812a1"

WORKDIR /var/www/html
RUN apt-get update && apt-get install -y git python python-dev build-essential python-pip && \
RUN apt-get update && apt-get install -y --no-install-recommends git python python-dev build-essential python-pip && \
git clone https://github.com/phnmnl/php-phenomenal-portal-app-library.git && \
git -C php-phenomenal-portal-app-library checkout $REVISION && \
pip install markdown2 && \
Expand Down

0 comments on commit 8e14615

Please sign in to comment.