Skip to content

Commit

Permalink
Merge pull request #269 from grosa1/fix/dockerfile-smell-DL4006
Browse files Browse the repository at this point in the history
Fix for Dockerfile smell DL4006
  • Loading branch information
daamien authored May 23, 2023
2 parents 9194e91 + b23d8c7 commit f61578f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV DEBCONF_NOWARNINGS yes
#
# Debian
#
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN set -x && \
# Setup a cacher to speed up build
if [ -n "${APT_CACHER}" ] ; then \
Expand Down

0 comments on commit f61578f

Please sign in to comment.