pwn_docker_example icon indicating copy to clipboard operation
pwn_docker_example copied to clipboard

Useless 'apt-get update' in challenge/Dockerfile

Open BigB00st opened this issue 5 years ago • 0 comments

Issue:

In 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 to the RUN layer, or remove the layer.

BigB00st avatar Apr 16 '20 20:04 BigB00st