Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
k8s-ingress
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
uplex-varnish
k8s-ingress
Commits
eff3e851
Unverified
Commit
eff3e851
authored
Apr 18, 2021
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid pushd/popd
I was not aware that they obviously are bashisms
parent
57b89d97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile.klarlack
container/Dockerfile.klarlack
+2
-2
No files found.
container/Dockerfile.klarlack
View file @
eff3e851
...
@@ -52,10 +52,10 @@ RUN apt-get install -y \
...
@@ -52,10 +52,10 @@ RUN apt-get install -y \
libmpg123-dev
libmpg123-dev
RUN git clone https://code.uplex.de/stefan/audiowmark.git && \
RUN git clone https://code.uplex.de/stefan/audiowmark.git && \
push
d audiowmark && \
c
d audiowmark && \
./autogen.sh && \
./autogen.sh && \
make && make install && \
make && make install && \
popd
&& rm -rf audiowmark
cd ..
&& rm -rf audiowmark
RUN apt-get remove -y -q curl gnupg && \
RUN apt-get remove -y -q curl gnupg && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment