Mercurial > public > ssdt-docker
comparison utils/Dockerfile @ 439:67bb49975a2c
USASR-5154 revert all
author | belknapSSDT <zach.belknap@mcoecn.org> |
---|---|
date | Wed, 27 Sep 2023 13:35:23 -0400 |
parents | 5308c6fb1028 |
children |
comparison
equal
deleted
inserted
replaced
438:5308c6fb1028 | 439:67bb49975a2c |
---|---|
1 RUN sudo mkdir -p /etc/apt/keyrings \ | |
2 && sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg \ | |
3 && sudo chmod a+r /etc/apt/keyrings/docker.gpg | |
4 | |
5 FROM ubuntu:latest | 1 FROM ubuntu:latest |
6 | 2 |
7 MAINTAINER Dave Smith smith@nwoca.org | 3 MAINTAINER Dave Smith smith@nwoca.org |
8 | 4 |
9 ENV SSDT_HOME=/ssdt \ | 5 ENV SSDT_HOME=/ssdt \ |
10 SSDT_DOCKER=http://hg.ssdt-ohio.org/public/ssdt-docker/ | 6 SSDT_DOCKER=http://hg.ssdt-ohio.org/public/ssdt-docker/ |
11 | |
12 | 7 |
13 RUN apt-get update -y | 8 RUN apt-get update -y |
14 | 9 |
15 RUN apt-get install -y mercurial \ | 10 RUN apt-get install -y mercurial \ |
16 && apt-get install -y curl \ | 11 && apt-get install -y curl \ |