Updated libc.so.6

This commit is contained in:
2023-12-22 15:16:07 +01:00
parent 3d8459f0fd
commit 3e6fbbfa87
6 changed files with 3 additions and 3 deletions

2
Day 22/Dockerfile Normal file → Executable file
View File

@@ -1,6 +1,6 @@
FROM ubuntu:22.04
RUN apt-get update -y && apt-get install -y socat gdb strace
RUN apt-get update -y && apt-get install -y socat
RUN useradd -d /home/santa/ -m -p santa -s /bin/bash santa
RUN echo "santa:santa" | chpasswd