mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-21 12:40:08 +00:00
corrected creation of alpine docker image
This commit is contained in:
parent
21bb84c5da
commit
397b88121b
@ -77,4 +77,4 @@ tar xvf $ALPINE_NAME.tar.gz --strip-comonents=1
|
||||
|
||||
ALPINE_INSTALL
|
||||
|
||||
chmod a+x $ALPINE_NAME.tar.gz
|
||||
chmod a+r $ALPINE_NAME.tar.gz
|
||||
|
@ -53,10 +53,10 @@ echo "export DOCKER_NAME=\"$DOCKER_NAME\"" >> ../../buildScripts/reSourc
|
||||
cat > Dockerfile <<DOCKERFILE_HERE_DOC
|
||||
FROM $DOCKER_FROM
|
||||
|
||||
COPY ./$ALPINE_NAME.* /root && \
|
||||
chmod a+x /root/$ALPINE_NAME.install
|
||||
COPY ./$ALPINE_NAME.* /root
|
||||
|
||||
RUN /root/$ALPINE_NAME.install
|
||||
RUN chmod a+x /root/$ALPINE_NAME.install && \
|
||||
/root/$ALPINE_NAME.install
|
||||
|
||||
ENTRYPOINT ["$PDF2HTMLEX_PREFIX/bin/pdf2htmlEX"]
|
||||
DOCKERFILE_HERE_DOC
|
||||
|
Loading…
Reference in New Issue
Block a user