diff --git a/Dockerfile b/Dockerfile index e9ad30f..99f65f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,18 @@ FROM alpine:latest AS base RUN \ apk --no-cache --update-cache upgrade +# run-time dependencies +RUN \ + apk --no-cache add \ + bash \ + curl \ + doas \ + python3 \ + qt6-qtbase \ + qt6-qtbase-sqlite \ + tini \ + tzdata + # image for building FROM base AS builder @@ -116,17 +128,6 @@ RUN \ # image for running FROM base -RUN \ - apk --no-cache add \ - bash \ - curl \ - doas \ - python3 \ - qt6-qtbase \ - qt6-qtbase-sqlite \ - tini \ - tzdata - RUN \ adduser \ -D \ diff --git a/manual_build/Dockerfile b/manual_build/Dockerfile index e9ad30f..99f65f8 100644 --- a/manual_build/Dockerfile +++ b/manual_build/Dockerfile @@ -4,6 +4,18 @@ FROM alpine:latest AS base RUN \ apk --no-cache --update-cache upgrade +# run-time dependencies +RUN \ + apk --no-cache add \ + bash \ + curl \ + doas \ + python3 \ + qt6-qtbase \ + qt6-qtbase-sqlite \ + tini \ + tzdata + # image for building FROM base AS builder @@ -116,17 +128,6 @@ RUN \ # image for running FROM base -RUN \ - apk --no-cache add \ - bash \ - curl \ - doas \ - python3 \ - qt6-qtbase \ - qt6-qtbase-sqlite \ - tini \ - tzdata - RUN \ adduser \ -D \