From d2c5cc9599b29474f7492bae8d717488cbbf20ac Mon Sep 17 00:00:00 2001 From: vimystic <122659254+vimystic@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:41:35 -0600 Subject: [PATCH] remove comments --- dockerfile/none/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfile/none/Dockerfile b/dockerfile/none/Dockerfile index ad520c5..6f5a76b 100644 --- a/dockerfile/none/Dockerfile +++ b/dockerfile/none/Dockerfile @@ -1,5 +1,4 @@ FROM golang:bullseye AS build-env -# FROM ubuntu:22.04 ARG PRE_BUILD ARG VERSION @@ -34,7 +33,6 @@ ENV LIBRARIES_ENV ${LIBRARIES} RUN bash -c 'LIBRARIES_ARR=($LIBRARIES_ENV); for LIBRARY in "${LIBRARIES_ARR[@]}"; do cp $LIBRARY /root/lib/; done' FROM debian:bullseye -# FROM ubuntu:22.04 LABEL org.opencontainers.image.source="https://github.com/strangelove-ventures/heighliner"