Mercurial > public > ssdt-docker
changeset 432:5f74a8276898
USASR-5154 try sudo
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 13:20:22 -0400 |
parents | 39744e37d25a |
children | 9cde70b2f115 644cf7c83cb2 |
files | utils/Dockerfile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/utils/Dockerfile Wed Sep 27 13:15:39 2023 -0400 +++ b/utils/Dockerfile Wed Sep 27 13:20:22 2023 -0400 @@ -5,7 +5,7 @@ ENV SSDT_HOME=/ssdt \ SSDT_DOCKER=http://hg.ssdt-ohio.org/public/ssdt-docker/ -RUN strace -f apt-get update -y +RUN sudo apt-get update -y RUN apt-get install -y mercurial \ && apt-get install -y curl \