use slim base image (#1105)

Co-authored-by: ziv <xiaozheng@tuya.com>
This commit is contained in:
xiaoziv 2022-08-11 19:35:33 +08:00 committed by GitHub
parent c6a1761a7b
commit 48d24c79d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM python:2
FROM python:2.7.8-slim
#FROM python:2
#FROM ubuntu:21.04
WORKDIR /app

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM python:2
FROM --platform=$BUILDPLATFORM python:2.7.8-slim
WORKDIR /app