Skip to content

Commit

Permalink
dist/ubt # ubt14.04: err apt clean; E: Invalid operation clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 13, 2024
1 parent 1b094f3 commit f087f8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion distros/src/Dockerfile.apt-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ path-exclude /usr/share/lintian/*\n\
cat /etc/dpkg/dpkg.cfg.d/excludes; \
rm -rf /usr/share/locale/* ; \
\
echo 'apt update -qq && apt install -yq --no-install-recommends $@ && apt clean && rm -rf /var/lib/apt/lists/*; ' > /usr/local/bin/apt.sh \
# ubt14.04: err apt clean; E: Invalid operation clean
echo 'apt update -qq && apt install -yq --no-install-recommends $@ && apt clean; rm -rf /var/lib/apt/lists/*; ' > /usr/local/bin/apt.sh \
&& chmod +x /usr/local/bin/apt.sh;

# MISC 15.1 MB
Expand Down

0 comments on commit f087f8c

Please sign in to comment.