Skip to content

Commit a255b68

Browse files
committed
GH-50358: [Release] Fix permission issues on Dockerfile on new binary signing image
1 parent d433ffc commit a255b68

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/release/binary/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ RUN \
4040

4141
RUN gem install apt-dists-merge -v ">= 1.0.2"
4242

43+
RUN chmod 1777 /var/lib/rpm
44+
4345
RUN locale-gen en_US.UTF-8
4446

4547
RUN mkdir -p /run/sshd

0 commit comments

Comments
 (0)