diff --git a/Dockerfile b/Dockerfile index 2045743..7151571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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\