diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 18:39:11 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 18:41:23 -0400 |
| commit | de66ab4d832664abb5c17005d326e543446aae7d (patch) | |
| tree | 5eb47f3eb323556b51720b26e14b5f7262867505 /deployment/Dockerfile.ubuntu.amd64 | |
| parent | 9169861baab62919e661ec663998c5a4436e4547 (diff) | |
Use git checkout instead of file copies to clean
Diffstat (limited to 'deployment/Dockerfile.ubuntu.amd64')
| -rw-r--r-- | deployment/Dockerfile.ubuntu.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.ubuntu.amd64 b/deployment/Dockerfile.ubuntu.amd64 index e61be4efcc..7c2b26dedd 100644 --- a/deployment/Dockerfile.ubuntu.amd64 +++ b/deployment/Dockerfile.ubuntu.amd64 @@ -12,7 +12,7 @@ ENV IS_DOCKER=YES # Prepare Debian build environment RUN apt-get update \ - && apt-get install -y apt-transport-https debhelper gnupg wget devscripts mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 + && apt-get install -y apt-transport-https debhelper gnupg wget devscripts mmv libc6-dev libcurl4-openssl-dev libfontconfig1-dev libfreetype6-dev libssl-dev libssl1.1 liblttng-ust0 git # Install dotnet repository # https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current |
