mirror of
https://github.com/mudler/LocalAI.git
synced 2025-12-30 18:09:06 -05:00
chore(ci): add wget to llama-cpp docker image builder
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
@@ -71,7 +71,7 @@ RUN apt-get update && \
|
||||
ca-certificates \
|
||||
make \
|
||||
curl unzip \
|
||||
libssl-dev && \
|
||||
libssl-dev wget && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user