mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
fixed typo in alpine docker creation as well as turn warnings back on in browser tests
This commit is contained in:
parent
e45dfe95a0
commit
4d95701ffa
@ -54,7 +54,7 @@ cat > Dockerfile <<DOCKERFILE_HERE_DOC
|
|||||||
FROM $DOCKER_FROM
|
FROM $DOCKER_FROM
|
||||||
|
|
||||||
COPY ./$ALPINE_NAME.* /root && \
|
COPY ./$ALPINE_NAME.* /root && \
|
||||||
chmod a+x /root/$APLINE_NAME.install
|
chmod a+x /root/$ALPINE_NAME.install
|
||||||
|
|
||||||
RUN /root/$ALPINE_NAME.install
|
RUN /root/$ALPINE_NAME.install
|
||||||
|
|
||||||
|
@ -46,4 +46,4 @@ if __name__ == '__main__':
|
|||||||
# turn warnings OFF to prevent 'ResourceWarning: unclosed <socket.socket'
|
# turn warnings OFF to prevent 'ResourceWarning: unclosed <socket.socket'
|
||||||
# see: https://stackoverflow.com/a/21500796
|
# see: https://stackoverflow.com/a/21500796
|
||||||
#
|
#
|
||||||
unittest.main(warnings='ignore')
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user