Skip to content

Commit 4c4d8b6

Browse files
authored
Feat/detect (#504)
* NTL component and variable * outage detection from NASA * restrctucture fetch * fix caching bug in NASA * fix caching bug in store * fix caching bug in store * fix caching bug in store * noaa fetch * finish fetch that included download * nasa ourage implementation * refactor ntl utils * refactor ntl outage * finish ntl nasa outage * add missing deps * nooa oatage adjustments * switch to daily cached tle from space-track.org * nasa outage final form * noaa outage final form * log and small improvements * add spacetrack package * upgrade to GDAL ubuntu full
1 parent 67cf07e commit 4c4d8b6

2 files changed

Lines changed: 146 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y build-essential libsqlite3-dev zlib1g-d
99
# ==========================================
1010
# STAGE 2: Python Environment Builder (The "Fat" Stage)
1111
# ==========================================
12-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 AS python-builder
12+
FROM ghcr.io/osgeo/gdal:ubuntu-full-3.10.0 AS python-builder
1313

1414
ENV UV_COMPILE_BYTECODE=1
1515
ENV UV_LINK_MODE=copy
@@ -46,7 +46,7 @@ RUN uv pip install --no-cache .
4646
# ==========================================
4747
# STAGE 3: Production Runtime (The "Skinny" Stage)
4848
# ==========================================
49-
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.10.0 AS prod
49+
FROM ghcr.io/osgeo/gdal:ubuntu-full-3.10.0 AS prod
5050

5151
ENV DEBIAN_FRONTEND=noninteractive
5252
ENV PLAYWRIGHT_BROWSERS_PATH=0

0 commit comments

Comments
 (0)