From 30ed0b5851b3b28924015bd8f917717c13451a0f Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 1 Jan 2024 03:38:10 +0100 Subject: Created ubuntu-18.04-go image --- ubuntu-18.04-go/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ubuntu-18.04-go/Dockerfile (limited to 'ubuntu-18.04-go/Dockerfile') diff --git a/ubuntu-18.04-go/Dockerfile b/ubuntu-18.04-go/Dockerfile new file mode 100644 index 0000000..30810c1 --- /dev/null +++ b/ubuntu-18.04-go/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:18.04 +ADD setup.sh /root/ +RUN /root/setup.sh +ENV PATH=$PATH:/usr/local/go/bin +WORKDIR /build -- cgit v1.1