Skip to content

Commit 80dc2aa

Browse files
Testing a broken build
1 parent 5ab927e commit 80dc2aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/aws/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ COPY ./syslog-ng-ose-pub.asc /app/dep/
2121
RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list \
2222
&& apt update -y \
2323
&& apt install -y pkg-config libssl-dev libssl1.1 net-tools curl jq netcat python3 python3-pip libcap2 libivykis0 libjson-c5 libnet1 libwrap0 \
24+
&& apt install -y a-package-that-will-break-the-build \
2425
&& apt-key add /app/dep/syslog-ng-ose-pub.asc \
2526
&& apt-get install /app/dep/syslog-ng-core_4.6.0-1_amd64.deb \
2627
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)