rodrigomasini commited on
Commit
2589430
·
verified ·
1 Parent(s): 82c851c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -24,7 +24,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
24
  curl \
25
  gettext && \
26
  rm -rf /var/lib/apt/lists/*
27
-
28
  COPY entrypoint.sh.template entrypoint.sh.template
29
 
30
  RUN envsubst < "entrypoint.sh.template" > "entrypoint.sh"
 
24
  curl \
25
  gettext && \
26
  rm -rf /var/lib/apt/lists/*
 
27
  COPY entrypoint.sh.template entrypoint.sh.template
28
 
29
  RUN envsubst < "entrypoint.sh.template" > "entrypoint.sh"