Skip to content

Commit

Permalink
PMM-12899 create cache directories in rpmbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Nov 5, 2024
1 parent be7405e commit 93d5d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/rpmbuild/Dockerfile.el9
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN useradd builder -u 1000 -m -G users,wheel && \
echo "builder ALL=(ALL:ALL) NOPASSWD:ALL" >> /etc/sudoers && \
echo "# macros" > /home/builder/.rpmmacros && \
echo "%_topdir /home/builder/rpm" >> /home/builder/.rpmmacros && \
mkdir /home/builder/rpm && \
mkdir -p /home/builder/rpm /home/builder/.cache/go-build /home/builder/go/pkg/mod && \
chmod 755 /home/builder && \
chown -R builder:builder /home/builder

Expand Down

0 comments on commit 93d5d7c

Please sign in to comment.