diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-15 16:14:47 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-03-15 16:14:47 +0000 |
commit | 5e528a1484533e64815db07608dc7fb1613fa36f (patch) | |
tree | b389cd15f58351055c75b29507ea844dcc9e7f94 /Dockerfile | |
parent | 2278b8331c6c84eea1d860c89adc7ae4eed24d27 (diff) | |
download | boymoder.blog-5e528a1484533e64815db07608dc7fb1613fa36f.tar.gz boymoder.blog-5e528a1484533e64815db07608dc7fb1613fa36f.zip |
switched markdown parser, added greentexts
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 |