AdarshDRC commited on
Commit
2c2a775
·
1 Parent(s): 49be4be

Fix : Error

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
10
  RUN apt-get update && apt-get install -y --no-install-recommends \
11
  libgl1 libglib2.0-0 libgomp1 git \
12
  build-essential cmake g++ \
13
- wget ca-certificates \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  # ── Step 1: Build tools (MUST be before insightface) ─────────────
 
10
  RUN apt-get update && apt-get install -y --no-install-recommends \
11
  libgl1 libglib2.0-0 libgomp1 git \
12
  build-essential cmake g++ \
13
+ wget curl ca-certificates \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  # ── Step 1: Build tools (MUST be before insightface) ─────────────