Skip to content

Commit b3e498c

Browse files
committed
Adds the missing dependencies for SQLite to the final image.
1 parent 40d2ea9 commit b3e498c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ ARG VERSION=0.0.0-dev
4545
ARG INFORMATIONAL_VERSION=0.0.0-dev
4646
WORKDIR /app
4747

48+
RUN apk add --no-cache icu-libs sqlite-libs
49+
4850
ENV DEUCALION__CONFIGURATIONFILE="/app/deucalion.yaml" \
4951
DEUCALION__STORAGEPATH="/storage" \
5052
DEUCALION__PAGETITLE="Deucalion Status"

0 commit comments

Comments
 (0)