Fix bug for memcached install

This commit is contained in:
Cautreoxit 2024-12-26 23:38:10 +08:00 committed by Tate, Hongliang Tian
parent bd89c9c578
commit 5ec4c095c1

View File

@ -17,6 +17,7 @@ RUN apt update && apt-get install -y --no-install-recommends \
curl \ curl \
git-core \ git-core \
gnupg \ gnupg \
libevent-dev \
libssl-dev \ libssl-dev \
jq \ jq \
python3-pip \ python3-pip \
@ -414,7 +415,6 @@ RUN apt update && apt-get install -y --no-install-recommends \
{% endif %} {% endif %}
iptables \ iptables \
iproute2 \ iproute2 \
libevent-dev `# running dependency for Memcached` \
libpixman-1-dev `# running dependency for QEMU` \ libpixman-1-dev `# running dependency for QEMU` \
mtools `# used by grub-mkrescue` \ mtools `# used by grub-mkrescue` \
net-tools \ net-tools \