alpine,ubuntu: add missing semicolons
This commit is contained in:
parent
bdf9e8d9ac
commit
a069586179
@ -11,7 +11,7 @@ RUN apk add --no-cache --update openrc
|
|||||||
RUN apk add --no-cache --update --verbose tzdata bash krb5-server nfs-utils krb5-server-openrc krb5 syslog-ng chrony
|
RUN apk add --no-cache --update --verbose tzdata bash krb5-server nfs-utils krb5-server-openrc krb5 syslog-ng chrony
|
||||||
|
|
||||||
RUN if [ -n "${DEBUG}" ]; then \
|
RUN if [ -n "${DEBUG}" ]; then \
|
||||||
apk add --no-cache --update iproute2 procps \
|
apk add --no-cache --update iproute2 procps; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RUN rc-update add syslog-ng boot
|
RUN rc-update add syslog-ng boot
|
||||||
|
|||||||
@ -9,7 +9,7 @@ RUN apt-get update
|
|||||||
RUN apt-get install -y nfs-kernel-server krb5-kdc krb5-admin-server nfs-common bash
|
RUN apt-get install -y nfs-kernel-server krb5-kdc krb5-admin-server nfs-common bash
|
||||||
|
|
||||||
RUN if [ -n "${DEBUG}" ]; then \
|
RUN if [ -n "${DEBUG}" ]; then \
|
||||||
apt-get install iproute2 iputils-ping net-tools \
|
apt-get install iproute2 iputils-ping net-tools; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COPY ./entrypoint-ubuntu.sh .
|
COPY ./entrypoint-ubuntu.sh .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user