Skip to content

Commit 802a818

Browse files
antixargl-pix
andauthored
🐛 Python Alpine tempales: add build-base packages (#6457)
Co-authored-by: Maksym Pavlenok <[email protected]>
1 parent cbf268a commit 802a818

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

airbyte-integrations/connector-templates/destination-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /airbyte/integration_code
77
# upgrade pip to the latest version
88
RUN apk --no-cache upgrade \
99
&& pip install --upgrade pip \
10-
&& apk --no-cache add tzdata
10+
&& apk --no-cache add tzdata build-base
1111

1212

1313
COPY setup.py ./

airbyte-integrations/connector-templates/source-python-http-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /airbyte/integration_code
77
# upgrade pip to the latest version
88
RUN apk --no-cache upgrade \
99
&& pip install --upgrade pip \
10-
&& apk --no-cache add tzdata
10+
&& apk --no-cache add tzdata build-base
1111

1212

1313
COPY setup.py ./

airbyte-integrations/connector-templates/source-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /airbyte/integration_code
77
# upgrade pip to the latest version
88
RUN apk --no-cache upgrade \
99
&& pip install --upgrade pip \
10-
&& apk --no-cache add tzdata
10+
&& apk --no-cache add tzdata build-base
1111

1212

1313
COPY setup.py ./

airbyte-integrations/connectors/source-scaffold-source-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /airbyte/integration_code
77
# upgrade pip to the latest version
88
RUN apk --no-cache upgrade \
99
&& pip install --upgrade pip \
10-
&& apk --no-cache add tzdata
10+
&& apk --no-cache add tzdata build-base
1111

1212

1313
COPY setup.py ./

airbyte-integrations/connectors/source-scaffold-source-python/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /airbyte/integration_code
77
# upgrade pip to the latest version
88
RUN apk --no-cache upgrade \
99
&& pip install --upgrade pip \
10-
&& apk --no-cache add tzdata
10+
&& apk --no-cache add tzdata build-base
1111

1212

1313
COPY setup.py ./

0 commit comments

Comments
 (0)