rajsinghparihar commited on
Commit
f3c667d
·
1 Parent(s): 1c3ed7d

add wget to dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
 
7
  # Install the necessary dependencies
8
  RUN apt-get update && apt-get install -y \
9
- curl \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Download the Llamafile
 
6
 
7
  # Install the necessary dependencies
8
  RUN apt-get update && apt-get install -y \
9
+ curl wget \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Download the Llamafile