Merge pull request #3815 from estesp/fix-Dockerfile

Update name for btrfs headers package
This commit is contained in:
Wei Fu
2019-11-11 14:12:27 +08:00
committed by GitHub

View File

@@ -40,7 +40,8 @@ RUN ./install-runc
FROM golang-base AS dev
RUN apt-get update && apt-get install -y \
btrfs-tools \
libbtrfs-dev \
btrfs-progs \
gcc \
git \
libseccomp-dev \