Skip to content

Commit

Permalink
build: fix missing sqlitecr
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Braun <rainbowstack@gmail.com>
  • Loading branch information
bluebrown committed Jan 21, 2024
1 parent 607e711 commit f5b23cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apk add --no-cache --update ca-certificates git openssh-client
COPY --from=sqlite /usr/local/bin /usr/local/bin
COPY --from=sqlite /usr/local/lib /usr/local/lib
RUN ldconfig /usr/local/lib
COPY .sqliterc /root/
COPY build/.sqliterc /root/

FROM runtime as nonroot
ARG NONROOT_HOME=/etc/kobold
Expand Down

0 comments on commit f5b23cc

Please sign in to comment.