Skip to content

Commit

Permalink
dockerfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkennedy5 committed Mar 28, 2024
1 parent 2d5565c commit 4751552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ WORKDIR /openduck-py

COPY ./openduck-py/requirements.txt /openduck-py/requirements.txt

RUN wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
RUN dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y uvicorn gunicorn awscli espeak-ng && \
Expand Down

0 comments on commit 4751552

Please sign in to comment.