fix: Install openssl into docker image
All checks were successful
Build Docker / Build Image (push) Successful in 40s
All checks were successful
Build Docker / Build Image (push) Successful in 40s
This commit is contained in:
parent
3db0ba46d0
commit
2e743528d4
@ -10,7 +10,7 @@ COPY . /app
|
|||||||
|
|
||||||
# Add mount point for data volume
|
# Add mount point for data volume
|
||||||
# VOLUME /data
|
# VOLUME /data
|
||||||
RUN apk add git
|
RUN apk add git openssl
|
||||||
|
|
||||||
ENTRYPOINT ["python3"]
|
ENTRYPOINT ["python3"]
|
||||||
CMD ["server.py"]
|
CMD ["server.py"]
|
||||||
|
Loading…
Reference in New Issue
Block a user