ninavacabsa commited on
Commit
dcef7c6
·
verified ·
1 Parent(s): bcd70b9

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.12-slim
2
 
3
- RUN apt-get update && apt-get install -y git ca-certificates
4
 
5
  ADD https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam v.json
6
 
 
1
  FROM python:3.12-slim
2
 
3
+ RUN apt-get update && apt-get install -y git
4
 
5
  ADD https://timeapi.io/api/Time/current/zone?timeZone=Europe/Amsterdam v.json
6