Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.stacapi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/azurelinux/base/python:3.12

RUN \
tdnf update -y && \
tdnf ca-certificates curl -y
tdnf install ca-certificates curl -y

ENV PATH=$PATH:/install/bin

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.stacbrowser
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /opt/src
WORKDIR /opt/src
RUN git clone https://github.com/radiantearth/stac-browser
WORKDIR /opt/src/stac-browser
RUN git checkout v3.0.0-beta.1
RUN git checkout v3.3.5
RUN npm install
RUN npm install http-server -g
RUN npm run build -- --catalogUrl="http://localhost:8513/"
Expand Down