changeset 439:67bb49975a2c

USASR-5154 revert all
author belknapSSDT <zach.belknap@mcoecn.org>
date Wed, 27 Sep 2023 13:35:23 -0400
parents 5308c6fb1028
children 2f056eca324e
files utils/Dockerfile
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/utils/Dockerfile	Wed Sep 27 13:29:53 2023 -0400
+++ b/utils/Dockerfile	Wed Sep 27 13:35:23 2023 -0400
@@ -1,7 +1,3 @@
-RUN sudo mkdir -p /etc/apt/keyrings \
-    && sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg \
-    && sudo chmod a+r /etc/apt/keyrings/docker.gpg
-
 FROM ubuntu:latest
 
 MAINTAINER Dave Smith smith@nwoca.org
@@ -9,7 +5,6 @@
 ENV SSDT_HOME=/ssdt \
     SSDT_DOCKER=http://hg.ssdt-ohio.org/public/ssdt-docker/
 
-
 RUN apt-get update -y
 
 RUN apt-get install -y mercurial \