Skip to content

Commit

Permalink
Fix dockerfile of debbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg authored and tekton-robot committed Apr 29, 2020
1 parent e433042 commit 9384005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tekton/debbuild/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# using rolling to get latest golang
FROM ubuntu:rolling

ENV DEBIAN_FRONTEND=noninteractive

RUN set -ex \
&& sed -i -- 's/# deb-src/deb-src/g' /etc/apt/sources.list \
&& apt-get update \
Expand Down

0 comments on commit 9384005

Please sign in to comment.