Skip to content

Commit fe98d8b

Browse files
author
Douglas Greiman
authored
Stop building Debian packages. (GoogleCloudPlatform#180)
We never started using these packages, and have a different internal plan for packaging in the future.
1 parent a1a0c2d commit fe98d8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python-interpreter-builder/Dockerfile.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ ADD DEBIAN /DEBIAN
5050
RUN mkdir -p /opt/packages && \
5151
echo -n "" > /opt/packages/packages.txt
5252

53-
RUN /scripts/build-python-3.5.sh && \
54-
/scripts/package-python.sh 3.5.5 "1gcp~${TAG}"
53+
RUN /scripts/build-python-3.5.sh
5554

56-
RUN /scripts/build-python-3.6.sh && \
57-
/scripts/package-python.sh 3.6.4 "1gcp~${TAG}"
55+
RUN /scripts/build-python-3.6.sh
5856

5957
# Tar the interpreters. Tarring is needed because docker cp doesn't handle
6058
# links correctly.

0 commit comments

Comments
 (0)