Skip to content

Commit

Permalink
Prefer long command line options
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj authored Dec 19, 2022
1 parent ee0981e commit 4f47332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ RUN apt-get install --quiet --quiet --yes \
--no-install-recommends --no-install-suggests \
$DEPS \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
&& rm --recursive --force /var/lib/apt/lists/*

# Manually set up the virtual environment, copying the venv over from
# the compile stage
Expand Down

0 comments on commit 4f47332

Please sign in to comment.