Use slim base image

master
Simon Bruder 2019-11-30 12:22:59 +00:00
parent dcf443ff23
commit 8e0575f1ef
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM debian:testing as base
FROM debian:testing-slim as base
ENV DOTNET_CLI_TELEMETRY_OPTOUT 1