diff options
| author | h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com> | 2021-08-05 00:25:58 +0200 |
|---|---|---|
| committer | h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com> | 2021-08-05 00:25:58 +0200 |
| commit | ea798de61fc374438309cddb2cd4c3f066246570 (patch) | |
| tree | be9d4302e02e2f0fdb90716a5c4e531dc4fe856a /deployment/Dockerfile.linux.amd64 | |
| parent | 6a3ec7b4799222fe4c07ae1bc7dc9681083183ba (diff) | |
remove packages bundled in dotnet/sdk base image
Diffstat (limited to 'deployment/Dockerfile.linux.amd64')
| -rw-r--r-- | deployment/Dockerfile.linux.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/Dockerfile.linux.amd64 b/deployment/Dockerfile.linux.amd64 index 03ebbadb2..47d72f50c 100644 --- a/deployment/Dockerfile.linux.amd64 +++ b/deployment/Dockerfile.linux.amd64 @@ -12,8 +12,8 @@ ENV IS_DOCKER=YES # Prepare Debian build environment RUN apt-get update -yqq \ && apt-get install -yqq --no-install-recommends \ - apt-transport-https debhelper gnupg wget devscripts \ - mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev \ + apt-transport-https debhelper gnupg devscripts \ + mmv libcurl4-openssl-dev libfontconfig1-dev \ libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 # Link to docker-build script |
