mukuu commited on
Commit
822ea64
·
verified ·
1 Parent(s): e66f7bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install python3 -y
12
  # Install masscan (you can adjust this if you're using a different tool)
13
 
14
  # Copy the script into the container at /usr/src/app
15
-
16
  RUN locale-gen en_GB.UTF-8
17
  ENV LANG en_GB.UTF-8
18
  ENV LC_CTYPE en_GB.UTF-8
 
12
  # Install masscan (you can adjust this if you're using a different tool)
13
 
14
  # Copy the script into the container at /usr/src/app
15
+ RUN apt-get clean && apt-get update && apt-get install -y locales
16
  RUN locale-gen en_GB.UTF-8
17
  ENV LANG en_GB.UTF-8
18
  ENV LC_CTYPE en_GB.UTF-8