Skip to content

Commit

Permalink
buildmaster: Add attr package to get extended attribute support.
Browse files Browse the repository at this point in the history
The missing {g|s}etfattr commands lead to missing xattr support, falling
back to the unreliable inode based attribute emulation.

Note that the xattr support still depends on the actual filesystem that
is used for the given container. This is unfortunate as it reduces the
reproducibility.
  • Loading branch information
mmlr committed Apr 22, 2020
1 parent 568557f commit 35d0f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildmaster/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:bionic

RUN apt-get update \
&& apt-get -y install autoconf automake bison coreutils curl flex gawk gcc \
gcc-multilib g++ git libcurl4-openssl-dev make nasm python3 \
&& apt-get -y install attr autoconf automake bison coreutils curl flex \
gawk gcc gcc-multilib g++ git libcurl4-openssl-dev make nasm python3 \
python3-paramiko tar texinfo wget zlib1g-dev \
&& apt-get clean

Expand Down

0 comments on commit 35d0f2e

Please sign in to comment.