diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ FROM ubuntu:latest MAINTAINER Eden Attenborough "eda@e.email" RUN apt-get update -y -RUN apt-get install -y python3-pip python-dev build-essential +RUN apt-get install -y python3-pip python-dev build-essential clang libffi libffi-dev COPY . /app WORKDIR /app RUN pip3 install -r requirements.txt |