Skip to content

Commit

Permalink
fixup dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 25, 2019
1 parent d2c8ce5 commit c12d8cd
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 @@ -67,7 +67,7 @@ WORKDIR /go/src/github.com/genuinetools/bpfd
RUN make \
&& mv bpfd /usr/bin/bpfd

FROM debian:buster-slim
FROM debian:stretch-slim

# Add non-free apt sources
RUN sed -i "s#deb http://deb.debian.org/debian buster main#deb http://deb.debian.org/debian buster main contrib non-free#g" /etc/apt/sources.list
Expand Down

0 comments on commit c12d8cd

Please sign in to comment.