Skip to content

Commit

Permalink
Merge pull request #49 from cybozu-go/runner-install-lsb-release-expl…
Browse files Browse the repository at this point in the history
…icitly

install lsb-release package to runner container image explicitly
  • Loading branch information
umezawatakeshi authored Jun 2, 2023
2 parents 462cd4e + bf256fd commit cf0cefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RUN apt-get update \
iproute2 \
openssh-client \
sudo \
lsb-release \
&& rm -rf /var/lib/apt/lists/* \
&& curl -sSLf https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xzf - \
&& curl -sfL https://github.com/cybozu-go/placemat/releases/download/v${PLACEMAT_VERSION}/placemat2_${PLACEMAT_VERSION}_amd64.deb -o placemat2_${PLACEMAT_VERSION}_amd64.deb \
Expand Down

0 comments on commit cf0cefd

Please sign in to comment.