We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab927e commit 80dc2aaCopy full SHA for 80dc2aa
scripts/aws/Dockerfile
@@ -21,6 +21,7 @@ COPY ./syslog-ng-ose-pub.asc /app/dep/
21
RUN echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee -a /etc/apt/sources.list \
22
&& apt update -y \
23
&& 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 \
25
&& apt-key add /app/dep/syslog-ng-ose-pub.asc \
26
&& apt-get install /app/dep/syslog-ng-core_4.6.0-1_amd64.deb \
27
&& rm -rf /var/lib/apt/lists/* \
0 commit comments