We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 530a041 + 914fb96 commit 739986fCopy full SHA for 739986f
docker/Dockerfile
@@ -9,7 +9,7 @@ RUN apt clean -y \
9
&& export LC_ALL=${LC_ALL} \
10
&& locale-gen ${LANG} \
11
&& dpkg-reconfigure --frontend ${DEBIAN_FRONTEND} locales \
12
- && apt install --no-install-recommends -yq procps supervisor
+ && apt install --no-install-recommends -yq procps supervisor
13
14
COPY ./rootfs /
15
0 commit comments