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
|
||||
# VOLUME /data
|
||||
RUN apk add git
|
||||
RUN apk add git openssl
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["server.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user