1
0
Commit Graph

17 Commits

Author SHA1 Message Date
c26be90554 Fixed the container image not able to open terminal by adding a lib in Dockerfile 2024-09-21 17:15:17 +02:00
a4a332f91e Fixed wrong executable in CMD section in Dockerfile 2024-09-21 17:13:36 +02:00
3b81501f01 Changed the Dockerfile to a multi-stage build process (to reduce size massively) 2024-09-21 17:11:56 +02:00
f66a7c6370 Replaced deprecated MAINTAINER command with the recent LABEL one 2024-09-21 17:05:12 +02:00
31c296d61c Combined all the RUN commands in Dockerfile to reduce layers 2024-09-21 17:01:55 +02:00
19ff0b5a17 Cleaned up Dockerfile and combined some RUN instructions 2024-09-21 16:58:56 +02:00
4dea8a4fef Fixed not being in the correct folder for subsequent RUN's after the git clone 2024-09-21 16:55:19 +02:00
cf1c16f890 Added build instructions to README.md 2024-09-21 14:52:16 +00:00
4106d02919 Put the build commands into Dockerfile (NOT BUILDING SUCCESSFULLY) 2024-09-21 16:50:00 +02:00
879491a7ec Cleaned up build_commands.md 2024-09-21 14:47:08 +00:00
d3c33fca66 Added workflow info to build_commands.md 2024-09-21 14:42:28 +00:00
b50dc2a0f0 Updated build_commands.md for code highlighting 2024-09-21 14:40:24 +00:00
b27429ad1e Added build commands (for documentation/workflow) 2024-09-21 16:39:41 +02:00
c7439b5a91 Added Dockerfile 2024-09-21 16:36:49 +02:00
34415fbd3a Update README.md 2024-09-21 14:34:47 +00:00
7e1dc6949e Update README.md 2024-09-21 12:12:03 +00:00
b40fed0a06 first commit 2024-09-21 14:11:02 +02:00