diff --git a/joplin/Dockerfile b/joplin/Dockerfile index f106d06f2..5153883dd 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 + sudo apt-get clean \ + && sudo apt-get update \ + && sudo apt-get install -y \ + jq \ + curl RUN \ ##################