I'm so proud of this, if only I made it work on Windows...
sqach lol
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Safe option
|
||||
FROM ubuntu:24.04
|
||||
|
||||
# I'm too lazy to make an actual builder
|
||||
COPY ./rmguess /root/
|
||||
WORKDIR /root/
|
||||
RUN chmod +x ./rmguess && cp ./rmguess /usr/bin/
|
||||
# In case people don't put the './' I guess
|
||||
|
||||
# Running bash once the rmguess command is finished so they can...play around if they want.
|
||||
ENTRYPOINT [ "/bin/bash", "-i" ]
|
||||
Reference in New Issue
Block a user