PaulMartrenchar commited on
Commit
6aad82f
·
1 Parent(s): 5fe40a3
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:24.04
2
 
3
- RUN apt update && apt upgrade -y && apt install -y python3 python3-pip python3-flask
4
 
5
  WORKDIR /app
6
  COPY requirements.txt ./requirements.txt
 
1
  FROM ubuntu:24.04
2
 
3
+ RUN apt update && apt upgrade -y && apt install -y python3 python3-pip python3-flask python3-oscrypto
4
 
5
  WORKDIR /app
6
  COPY requirements.txt ./requirements.txt