Skip to content

Commit

Permalink
fix: remove useless line in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Aug 20, 2022
1 parent a2f2554 commit 2277c94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ ENV JELU_FILES_IMPORTS="/files/imports/"
ENV JELU_METADATA_CALIBRE_PATH="/calibre/fetch-ebook-metadata"
ENV LC_ALL=en_US.UTF-8

RUN echo target platform $TARGETPLATFORM

RUN if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then \
apt-get update && apt-get install --no-install-recommends --yes wget xz-utils \
xdg-utils \
Expand Down

0 comments on commit 2277c94

Please sign in to comment.