Fix: Aptly repo was changed

This commit is contained in:
Artem Smirnov 2018-09-13 02:20:43 +03:00
parent 6e3a83fb3a
commit 4e86e0803a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ RUN apt-get -q update \
COPY assets/aptly.conf /etc/aptly.conf
# Enable Aptly Bash completions
RUN wget https://github.com/smira/aptly/raw/master/bash_completion.d/aptly \
RUN wget https://github.com/aptly-dev/aptly/raw/master/completion.d/aptly \
-O /etc/bash_completion.d/aptly \
&& echo "if ! shopt -oq posix; then\n\
if [ -f /usr/share/bash-completion/bash_completion ]; then\n\