Ignore:
Timestamp:
15 Oct 2015, 06:31:32 (9 years ago)
Author:
uli
Message:

We need zlib to make packages compile successfully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/docker/Dockerfile

    r13313 r13325  
    22
    33RUN apt-get update && apt-get install -y
    4 RUN apt-get install -y python2.7-dev libxml2-dev libxslt1-dev python-virtualenv
     4RUN apt-get install -y python2.7-dev libxml2-dev libxslt1-dev \
     5                       zlib1g-dev python-virtualenv
    56RUN apt-get install -y sudo wget
    67
Note: See TracChangeset for help on using the changeset viewer.