comparison utils/Dockerfile @ 434:9cde70b2f115

merge
author davis@ssdt-ohio.org
date Wed, 27 Sep 2023 13:23:41 -0400
parents 5f74a8276898
children 644cf7c83cb2
comparison
equal deleted inserted replaced
433:04216320f537 434:9cde70b2f115
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 \