diff --git a/docker/Dockerfile b/docker/Dockerfile new file mode 100644 index 0000000..346f35d --- /dev/null +++ b/docker/Dockerfile @@ -0,0 +1,12 @@ +FROM ubuntu:jammy-20230301 +#RUN apt-get update &&\ +# apt-get install -y heaptrack &&\ +# apt-get install -y heaptrack-gui +# RUN apt-get update &&\ +# apt -y install pkg-config libfreetype6-dev libfontconfig1-dev mingw-w64 +COPY rcurl /tmp/rcurl +RUN chmod go+r /tmp/rcurl +WORKDIR "/tmp" +#ENTRYPOINT ["/tmp/rcurl"] +ENTRYPOINT ["tail", "-f", "/dev/null"] +