Skip to content

Commit

Permalink
Use apt-get update before installing (#11943)
Browse files Browse the repository at this point in the history
This ensures that the build doesn't fail due to an out of date cache.
  • Loading branch information
jonathanmetzman authored May 13, 2024
1 parent 0ec14aa commit 3fbb715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/nettle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

FROM gcr.io/oss-fuzz-base/base-builder@sha256:19782f7fe8092843368894dbc471ce9b30dd6a2813946071a36e8b05f5b1e27e
# ! Project pinned after a clang update and an afl link error. Log: https://oss-fuzz-gcb-logs.storage.googleapis.com/log-e701b6fa-f3a0-414e-ad6e-0223e6d42ebd.txt
RUN apt-get install -y software-properties-common make autoconf build-essential wget lzip libtool python
RUN apt-get update && apt-get install -y software-properties-common make autoconf build-essential wget lzip libtool python
RUN git clone --depth 1 https://git.lysator.liu.se/nettle/nettle
RUN git clone --depth 1 https://github.com/randombit/botan.git
RUN git clone --depth 1 https://github.com/guidovranken/cryptofuzz
Expand Down

0 comments on commit 3fbb715

Please sign in to comment.