Skip to content

Commit

Permalink
chore: undo version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t authored Aug 26, 2023
1 parent b012da4 commit bbd5d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN useradd builder -u 1000 -m -G users,wheel -d /srv/pkg && \
echo "%_specdir %{_topdir}" >> /srv/pkg/.rpmmacros && \
echo "%_rpmdir %{_topdir}" >> /srv/pkg/.rpmmacros && \
echo "%_srcrpmdir %{_topdir}" >> /srv/pkg/.rpmmacros && \
echo "%version $RELEASE" >> /srv/pkg/.rpmmacros && \
mkdir /srv/pkg/rpm && \
chown -R builder /srv/pkg
USER builder
Expand Down

0 comments on commit bbd5d04

Please sign in to comment.