Dmitry Beresnev commited on
Commit
29a3474
·
1 Parent(s): 73ad466

add amazon chronos lib

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.12-slim
2
 
3
  # Install curl for health check
4
- RUN apt-get update && apt-get install -y curl && \
5
  apt-get clean && rm -rf /var/lib/apt/lists/*
6
 
7
  # Set up a new user named "user" with user ID 1000
 
1
  FROM python:3.12-slim
2
 
3
  # Install curl for health check
4
+ RUN apt-get update && apt-get install -y curl && apt-get install -y git && \
5
  apt-get clean && rm -rf /var/lib/apt/lists/*
6
 
7
  # Set up a new user named "user" with user ID 1000