diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-26 20:10:36 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-04-26 20:10:36 +0100 |
commit | 24dbd9f360be1a533bb33e2506a88fd9af85eac2 (patch) | |
tree | 029f1c957eab61c4dca4507342a606d9e4fac9c0 /Dockerfile | |
parent | 1330ff9c1a8891913b5ef58cdfe64f8fd3751c75 (diff) | |
download | Smarker-24dbd9f360be1a533bb33e2506a88fd9af85eac2.tar.gz Smarker-24dbd9f360be1a533bb33e2506a88fd9af85eac2.zip |
Added installing dependencies in docker images, and fixed docker images
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,5 +7,6 @@ RUN apt-get install -y python3-pip python3-dev build-essential texlive-base wkht COPY ./Smarker /Smarker WORKDIR /Smarker RUN pip3 install -r requirements.txt -ENTRYPOINT ["python3"] +RUN ln -s /usr/bin/python3 /usr/bin/python +ENTRYPOINT ["python"] CMD ["smarker.py"]
\ No newline at end of file |