forked from nathanwoodburn/firewalletbrowser
fix: Add curl to container
This commit is contained in:
@@ -10,7 +10,7 @@ COPY . /app
|
||||
|
||||
# Add mount point for data volume
|
||||
# VOLUME /data
|
||||
RUN apk add git openssl
|
||||
RUN apk add git openssl curl
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["server.py"]
|
||||
|
||||
Reference in New Issue
Block a user