From 0a7ae791af8e955085261bfc7d5b73196e6903ad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:24:37 +0200 Subject: [PATCH] Update Dockerfile --- joplin/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 9d712c2aa..f106d06f2 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -7,15 +7,15 @@ COPY rootfs / ARG BASHIO_VERSION=0.13.1 -RUN \ +#RUN \ ################ # Install apps # ################ - apt-get clean \ - && apt-get update \ - && apt-get install -y \ - jq \ - curl + # apt-get clean \ +# && apt-get update \ +# && apt-get install -y \ +# jq \ +# curl RUN \ ##################