Skip to content

Commit 0f4cf9a

Browse files
author
Phil Varner
authored
Merge pull request #105 from stac-utils/pv/fix-docker-deploy
fix docker deploy image
2 parents 956d0f3 + 6708c28 commit 0f4cf9a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
elasticsearch/snapshots/
2+
.venv

Dockerfile.deploy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.10-slim
22

33
RUN apt-get update && \
44
apt-get -y upgrade && \
5+
apt-get -y install gcc && \
56
apt-get clean && \
67
rm -rf /var/lib/apt/lists/*
78

0 commit comments

Comments
 (0)