diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 548378089..00734af43 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -11,8 +11,7 @@ RUN \ ################ # Install apps # ################ - apt-get clean \ - && apt-get update \ + apt-get update \ && apt-get install -y \ jq \ curl \