Amit Botzer
Results
2
issues of
Amit Botzer
## Issue: In [challenge/Dockerfile](https://github.com/LiveOverflow/pwn_docker_example/blob/master/challenge/Dockerfile), the command `RUN apt-get update` is useless since the command updates the packages list, but the packages are not upgraded later. ## Solution: Add `apt-get upgrade`...