Skip to content

Commit

Permalink
no (obvious) need for backports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoav committed Sep 28, 2023
1 parent afd7a44 commit 362f055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thumbor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ VOLUME /data

# base OS packages
RUN \
awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list && \
apt-get update && \
apt-get -y upgrade && \
apt-get -y autoremove && \
Expand Down

0 comments on commit 362f055

Please sign in to comment.