diff --git a/docker/python-builder/Dockerfile b/docker/python-builder/Dockerfile index 09da50688d..e8dd278f05 100644 --- a/docker/python-builder/Dockerfile +++ b/docker/python-builder/Dockerfile @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + FROM python:slim as fake-python WORKDIR /tmp