Skip to content

Commit 496fc5b

Browse files
packaging: remove unncessary call to apt-get update
1 parent 02c1f9c commit 496fc5b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pkg/intelmq-packaging/Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,10 @@ ENV LANG=en_US.UTF-8
3030
ENV LANGUAGE=en_US:en
3131
ENV LC_ALL=en_US.UTF-8
3232

33-
RUN apt-get update
34-
3533
COPY update-sources.sh /tmp/
3634
RUN /bin/bash /tmp/update-sources.sh
35+
3736
RUN DEBIAN_FRONTEND=noninteractive \
38-
DEBIAN_PRIORITY=critical \
39-
LOGBUCH_BATCHMODE=yes \
40-
LOGBUCH_HOST="IntelMQ Packaging Jammy Docker Image" \
41-
EMAIL=dockerfile \
4237
apt-get update
4338
RUN DEBIAN_FRONTEND=noninteractive \
4439
DEBIAN_PRIORITY=critical \

0 commit comments

Comments
 (0)