mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
Fix bug for memcached install
This commit is contained in:
parent
bd89c9c578
commit
5ec4c095c1
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user