diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 21:49:07 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-03-23 21:52:35 -0400 |
| commit | e87a10235b960bf28a6a76da762b62a0f0399e2c (patch) | |
| tree | e28b632ab818245ecb408adc90f2c511346297b4 /deployment/Dockerfile.ubuntu.arm64 | |
| parent | c478a43fd56993062622c3252be938b01e80854c (diff) | |
Go back to cp-based control archive but right
Diffstat (limited to 'deployment/Dockerfile.ubuntu.arm64')
| -rw-r--r-- | deployment/Dockerfile.ubuntu.arm64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/Dockerfile.ubuntu.arm64 b/deployment/Dockerfile.ubuntu.arm64 index 27f8ec11b5..e34ef7edd1 100644 --- a/deployment/Dockerfile.ubuntu.arm64 +++ b/deployment/Dockerfile.ubuntu.arm64 @@ -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 git + && apt-get install -y apt-transport-https debhelper gnupg wget devscripts mmv # Install dotnet repository # https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current |
