Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
morganwillcock committed Jul 6, 2019
1 parent 01faa42 commit caee65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Configure apt defaults
ARG APT_CONF_LOCAL=99local
RUN mkdir -p /etc/apt/apt.conf.d && \
printf 'APT::Get::Assume-Yes "true";\n\
printf 'APT::Get::Assume-Yes "true";\n\
APT::Get::Install-Recommends "false";\n\
APT::Get::Install-Suggests "false";\n' > /etc/apt/apt.conf.d/$APT_CONF_LOCAL

Expand All @@ -21,4 +21,4 @@ RUN apt-get install \
git \
libasound2-dev \
libjack-dev \
libsdl2-dev \
libsdl2-dev

0 comments on commit caee65a

Please sign in to comment.