Update Dockerfile
Browse files- 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"
|