Skip to content

Commit

Permalink
Delete copying aptly bash-completion, according to #20.
Browse files Browse the repository at this point in the history
  • Loading branch information
agibalovsa authored and urpylka committed Jan 31, 2025
1 parent 19d5ab5 commit ed88a2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/* \
&& mv /tmp/assets/aptly.conf /etc/aptly.conf \
&& mv /tmp/assets/supervisord.web.conf /etc/supervisor/conf.d/web.conf \
&& mv /tmp/assets/*.sh /opt/; \
curl -sLo /usr/share/bash-completion/completions/aptly https://raw.githubusercontent.com/aptly-dev/aptly/v${VER_APTLY}/completion.d/aptly;
&& mv /tmp/assets/*.sh /opt/;

# Configure Nginx
RUN set -eux; \
Expand Down

0 comments on commit ed88a2d

Please sign in to comment.