thanthamky commited on
Commit
cbec042
·
verified ·
1 Parent(s): ca3a78c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -10,9 +10,8 @@ WORKDIR /app
10
 
11
  # Install system dependencies (useful for spatial libraries)
12
  RUN apt-get update && apt-get install -y --no-install-recommends \
13
- curl \
14
- && rm -rf /var/lib/apt/lists/* \
15
- && apt-get install -y libexpat1-dev
16
 
17
  # Install Titiler and Uvicorn server
18
  RUN pip install --no-cache-dir titiler.application uvicorn
 
10
 
11
  # Install system dependencies (useful for spatial libraries)
12
  RUN apt-get update && apt-get install -y --no-install-recommends \
13
+ curl libexpat1\
14
+ && rm -rf /var/lib/apt/lists/*
 
15
 
16
  # Install Titiler and Uvicorn server
17
  RUN pip install --no-cache-dir titiler.application uvicorn