circulartext commited on
Commit
1612e95
1 Parent(s): 0a35a78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -19,8 +19,7 @@ RUN if getent passwd user > /dev/null 2>&1 && getent group user > /dev/null 2>&1
19
  # Install gosu (adjust the package manager based on your base image)
20
  RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
21
 
22
- # Install gosu (adjust the package manager based on your base image)
23
- RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
24
  COPY entrypoint.sh /usr/local/bin/entrypoint.sh
25
  RUN chmod +x /usr/local/bin/entrypoint.sh
26
 
 
19
  # Install gosu (adjust the package manager based on your base image)
20
  RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
21
 
22
+ # Set the entrypoint script as executable
 
23
  COPY entrypoint.sh /usr/local/bin/entrypoint.sh
24
  RUN chmod +x /usr/local/bin/entrypoint.sh
25