We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530a041 commit 914fb96Copy full SHA for 914fb96
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