diff options
Diffstat (limited to 'lenovo')
-rw-r--r-- | lenovo/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lenovo/docker/Dockerfile b/lenovo/docker/Dockerfile index e45dcd02..2a619128 100644 --- a/lenovo/docker/Dockerfile +++ b/lenovo/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:2.7 +FROM python:2.7-slim ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} |