Skip to content

Commit

Permalink
Merge pull request #3 from lsk569937453/dev
Browse files Browse the repository at this point in the history
Add the DOCKERFILE for the rcurl.
  • Loading branch information
lsk569937453 authored Apr 26, 2024
2 parents 975c2c3 + 51229dd commit 28d5320
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 28d5320

Please sign in to comment.