Skip to content
Snippets Groups Projects
Commit 309c4844 authored by Henrik Triem's avatar Henrik Triem
Browse files

Add alias

parent 169570b5
No related branches found
No related tags found
No related merge requests found
Pipeline #24540 failed
...@@ -20,7 +20,7 @@ RUN groupadd -g 1000 build \ ...@@ -20,7 +20,7 @@ RUN groupadd -g 1000 build \
&& echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers \ && echo 'build ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers \
&& chown build.build /usr/local/bin && chown build.build /usr/local/bin
RUN echo "Z=xz" >> /etc/dpkg/dpkg.cfg RUN alias dpkg-deb = 'dpkg-deb -Zxz'
RUN cat /etc/dpkg/dpkg.cfg RUN cat /etc/dpkg/dpkg.cfg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment