Mercurial > public > ssdt-docker
comparison utils/Dockerfile @ 432:5f74a8276898
USASR-5154 try sudo
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 13:20:22 -0400 |
parents | 39744e37d25a |
children | 644cf7c83cb2 |
comparison
equal
deleted
inserted
replaced
431:39744e37d25a | 432:5f74a8276898 |
---|---|
3 MAINTAINER Dave Smith smith@nwoca.org | 3 MAINTAINER Dave Smith smith@nwoca.org |
4 | 4 |
5 ENV SSDT_HOME=/ssdt \ | 5 ENV SSDT_HOME=/ssdt \ |
6 SSDT_DOCKER=http://hg.ssdt-ohio.org/public/ssdt-docker/ | 6 SSDT_DOCKER=http://hg.ssdt-ohio.org/public/ssdt-docker/ |
7 | 7 |
8 RUN strace -f apt-get update -y | 8 RUN sudo apt-get update -y |
9 | 9 |
10 RUN apt-get install -y mercurial \ | 10 RUN apt-get install -y mercurial \ |
11 && apt-get install -y curl \ | 11 && apt-get install -y curl \ |
12 && apt-get install -y vim \ | 12 && apt-get install -y vim \ |
13 && apt-get install -y nano \ | 13 && apt-get install -y nano \ |