Skip to content

Commit 91c2416

Browse files
author
Dylan Graham
committed
Use gcloud sdk as base
1 parent 6ad9da0 commit 91c2416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.7-alpine AS build
1+
FROM google/cloud-sdk:224.0.0-alpine AS build
22

33
WORKDIR /opt/python-gitlab
44
COPY . .
55
RUN python setup.py bdist_wheel
66

7-
FROM python:3.7-alpine
7+
FROM google/cloud-sdk:224.0.0-alpine
88

99
WORKDIR /opt/python-gitlab
1010
COPY --from=build /opt/python-gitlab/dist dist/

0 commit comments

Comments
 (0)