mirror of
https://github.com/ledgersmb/ledgersmb-docker.git
synced 2025-05-01 19:47:11 -04:00
add missing -e arg to echo
This commit is contained in:
parent
151c14dc4e
commit
ec36d6c32c
@ -1,7 +1,7 @@
|
||||
FROM debian:jessie
|
||||
MAINTAINER Freelock john@freelock.com
|
||||
|
||||
RUN echo "APT::Install-Recommends \"false\";\nAPT::Install-Suggests \"false\";\n" > /etc/apt/apt.conf.d/00recommends
|
||||
RUN echo -e "APT::Install-Recommends \"false\";\nAPT::Install-Suggests \"false\";\n" > /etc/apt/apt.conf.d/00recommends
|
||||
|
||||
|
||||
# Install Perl, Tex, Starman, psql client, and all dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user