We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58725ea commit 6f8b161Copy full SHA for 6f8b161
dockerfiles/Dockerfile.dev.os
@@ -4,11 +4,10 @@ FROM python:3.10-slim
4
# update apt pkgs, and install build-essential for ciso8601
5
RUN apt-get update && \
6
apt-get -y upgrade && \
7
- apt-get -y install build-essential && \
+ apt-get -y install build-essential git && \
8
apt-get clean && \
9
rm -rf /var/lib/apt/lists/*
10
11
-RUN apt-get -y install git
12
# update certs used by Requests
13
ENV CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt
14
0 commit comments