diff options
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ RUN \ --no-create-home fava && \ chown -R fava:fava /home/fava && \ apt-get update && \ + apt-get upgrade -y && \ apt-get install --no-install-recommends -y \ beancount \ ledger \ |