This repository was archived by the owner on Dec 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed
Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,6 @@ ENV DEBIAN_FRONTEND=noninteractive \
1818RUN apt-get update && \
1919 apt-get upgrade -y && \
2020 apt-get install -y --no-install-recommends \
21- build-essential \
22- gdb \
23- gettext \
24- libargon2-dev \
25- libc-ares-dev \
26- libcurl4-openssl-dev \
27- libpcre2-dev \
28- libssl-dev \
29- libsodium-dev \
30- pkg-config \
31- wget \
32- ca-certificates \
33- git \
3421 build-essential=12.9 \
3522 gdb=13.1-3 \
3623 gettext=0.21-12 \
@@ -45,9 +32,9 @@ RUN apt-get update && \
4532 ca-certificates=20230311 \
4633 git=1:2.39.5-0+deb12u2 \
4734 # Additional Atheme dependencies for better functionality
48- libidn2-dev \
49- nettle-dev \
50- libqrencode-dev \
35+ libidn2-dev=2.3.3-1 \
36+ nettle-dev=3.8.1-2 \
37+ libqrencode-dev=4.1.1-1 \
5138 # Development tools for better builds
5239 autoconf=2.71-3 \
5340 automake=1:1.16.5-1.3 \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ WORKDIR /var/www/html
2323USER gamja:gamja
2424
2525RUN wget -q "https://codeberg.org/emersion/gamja/archive/v${GAMJA_VERSION}.tar.gz" && \
26- tar xvf v${GAMJA_VERSION}.tar.gz
26+ tar xvf " v${GAMJA_VERSION}.tar.gz"
2727
2828WORKDIR /var/www/html/gamja
2929
You can’t perform that action at this time.
0 commit comments