avoid pushd/popd

I was not aware that they obviously are bashisms
parent 57b89d97
......@@ -52,10 +52,10 @@ RUN apt-get install -y \
libmpg123-dev
RUN git clone https://code.uplex.de/stefan/audiowmark.git && \
pushd audiowmark && \
cd audiowmark && \
./autogen.sh && \
make && make install && \
popd && rm -rf audiowmark
cd .. && rm -rf audiowmark
RUN apt-get remove -y -q curl gnupg && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment