Skip to content

Commit 4b2d484

Browse files
author
Irving Popovetsky
committed
add wget to the docker image so ECS health checks pass
1 parent 76f817d commit 4b2d484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.14-slim AS base
22

3-
RUN apt-get update && apt-get upgrade -y && apt clean
3+
RUN apt-get update && apt-get upgrade -y && apt-get install wget -y && apt clean
44

55
FROM base AS builder
66

0 commit comments

Comments
 (0)