Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Dec 13, 2023
1 parent 498ac78 commit 4243313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syslog-ng/alpine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USER builder
WORKDIR /home/builder
ADD --chown=builder:builder apkbuild .

RUN [ $DEBUG = false ] || [ $DEBUG = true ] && patch -p1 -i APKBUILD-debug.patch
RUN [ $DEBUG = false ] || patch -p1 -i APKBUILD-debug.patch

RUN mkdir packages \
&& abuild-keygen -n -a \
Expand Down Expand Up @@ -84,7 +84,7 @@ RUN apk add --repository /axoflow -U --upgrade --no-cache \
syslog-ng-tags-parser \
syslog-ng-xml

RUN [ $DEBUG = false ] || [ $DEBUG = true ] && apk add -U --upgrade --no-cache \
RUN [ $DEBUG = false ] || apk add -U --upgrade --no-cache \
gdb \
valgrind \
strace \
Expand Down

0 comments on commit 4243313

Please sign in to comment.