Don't use -S option with env, not available in busybox
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fcd7f4fa46
commit
d93123a391
@ -18,6 +18,7 @@ RUN apk add --no-cache \
|
||||
|
||||
# Start script
|
||||
COPY --from=git /data/dockerdata/startup.py /usr/sbin/pdns_server-startup
|
||||
RUN sed -i "s@env -S python3 -u@env python3@" /usr/sbin/pdns_server-startup
|
||||
|
||||
COPY --from=git /data/dockerdata/pdns.conf /etc/powerdns/
|
||||
RUN mkdir -p /etc/powerdns/pdns.d /var/run/pdns /var/lib/powerdns /etc/powerdns/templates.d
|
||||
|
Loading…
Reference in New Issue
Block a user