Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
braydonk committed Jan 6, 2023
1 parent c3bb8ca commit 888e6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN ./pkg/deb/build.sh

FROM debian:stretch AS stretch-build

echo "deb http://ftp.debian.org/debian stretch-backports main" | sudo tee /etc/apt/sources.list.d/backports.list
RUN echo "deb http://ftp.debian.org/debian stretch-backports main" | sudo tee /etc/apt/sources.list.d/backports.list

RUN set -x; \
apt-get update && \
Expand Down

0 comments on commit 888e6ff

Please sign in to comment.