Skip to content

Commit 4db0f4e

Browse files
karthick-rnKarthick
andauthored
Update stac & tiler image (#266)
Co-authored-by: Karthick <karthick.narendran@microsoft.com>
1 parent 79d628a commit 4db0f4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pcstac/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM mcr.microsoft.com/azurelinux/base/python:3.12
22

3-
RUN tdnf install -y ca-certificates build-essential \
3+
RUN tdnf update -y \
4+
&& tdnf install -y ca-certificates build-essential \
45
&& tdnf clean all
56

67
WORKDIR /opt/src

pctiler/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM mcr.microsoft.com/azurelinux/base/python:3.12
22

3-
RUN tdnf install -y ca-certificates build-essential \
3+
RUN tdnf update -y \
4+
&& tdnf install -y ca-certificates build-essential \
45
&& tdnf clean all
56

67
WORKDIR /opt/src

0 commit comments

Comments
 (0)