Skip to content

Commit

Permalink
Dockerfile: Update aptly to 1.5.0
Browse files Browse the repository at this point in the history
https://github.com/aptly-dev/aptly/releases/tag/v1.5.0

Signed-off-by: Remus Wu <remuswu1019@gmail.com>
  • Loading branch information
remuswu1019 authored and urpylka committed Feb 14, 2023
1 parent ef48255 commit 214f36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN curl -sL https://www.aptly.info/pubkey.txt | gpg --dearmor | tee /etc/apt/tr

# Install aptly package
RUN apt-get -q update \
&& apt-get -y install aptly=1.4.0 \
&& apt-get -y install aptly=1.5.0 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -59,7 +59,7 @@ COPY assets/supervisord.web.conf /etc/supervisor/conf.d/web.conf
# Install scripts
COPY assets/*.sh /opt/

ADD https://raw.githubusercontent.com/aptly-dev/aptly/v1.4.0/completion.d/aptly /usr/share/bash-completion/completions/aptly
ADD https://raw.githubusercontent.com/aptly-dev/aptly/v1.5.0/completion.d/aptly /usr/share/bash-completion/completions/aptly

RUN echo "if ! shopt -oq posix; then\n\
if [ -f /usr/share/bash-completion/bash_completion ]; then\n\
Expand Down

0 comments on commit 214f36a

Please sign in to comment.