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
commit f684e5a775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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