Skip to content

Missing python module #1

@patrickhwood

Description

@patrickhwood

Had to make this change to Dockerfile to get the swift-proxy-server to run in my build:

diff --git a/Dockerfile b/Dockerfile
index 0949207..b55ea80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,8 @@ RUN apt-get install -y \
     libxml2-dev \
     libxslt1-dev

+RUN pip install lxml
+
 # to get a decently recent version of swift3, you have to git clone...
 RUN cd /root; git clone https://github.com/stackforge/swift3.git
 RUN cd /root/swift3; python setup.py install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions