mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(docker): install gpg-agent
This commit is contained in:
parent
bec9f50436
commit
895c59c00c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ ENV JAVA_HOME=/opt/java/openjdk
|
|||
COPY --from=eclipse-temurin:21-jre $JAVA_HOME $JAVA_HOME
|
||||
ENV PATH="${JAVA_HOME}/bin:${PATH}"
|
||||
RUN apt -y update && \
|
||||
apt -y install --no-install-recommends ca-certificates locales software-properties-common wget && \
|
||||
apt -y install --no-install-recommends ca-certificates locales software-properties-common wget gpg-agent && \
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
locale-gen en_US.UTF-8 && \
|
||||
add-apt-repository -y ppa:strukturag/libheif && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue