Commit bc9b591c authored by Duggan, John's avatar Duggan, John
Browse files

Remove regproxy to fix GitHub CI

parent d1a9c2e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM --platform=amd64 regproxy.ornl.gov/hub_proxy/python:3.10-slim AS source
FROM --platform=amd64 python:3.10-slim AS source

# make sure image can run as non-root user

@@ -19,7 +19,7 @@ RUN chmod og+rwX -R /src



FROM --platform=amd64 regproxy.ornl.gov/hub_proxy/ubuntu:22.04 AS run
FROM --platform=amd64 ubuntu:22.04 AS run

RUN DEBIAN_FRONTEND="noninteractive" apt-get update && apt-get -y install tzdata
RUN apt-get install -y python3.10 curl