Skip to content

Commit

Permalink
Revert "fix: Resolve Hadolint notices and warnings"
Browse files Browse the repository at this point in the history
This reverts commit b56966b.
  • Loading branch information
samuelarogbonlo committed Jul 10, 2023
1 parent b56966b commit 209b601
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ WORKDIR /zeitgeist
COPY . /zeitgeist

RUN apt-get update && \

Check failure on line 15 in Dockerfile

View workflow job for this annotation

GitHub Actions / Hadolint

DL3005 error: Do not use apt-get dist-upgrade

Check failure on line 15 in Dockerfile

View workflow job for this annotation

GitHub Actions / Hadolint

DL3005 error: Do not use apt-get dist-upgrade
apt-get upgrade -y -o Dpkg::Options::="--force-confold" && \
apt-get install -y --no-install-recommends cmake=3.10.2-1ubuntu2.18.04.2 pkg-config=0.29.1-0ubuntu2 libssl-dev=1.1.1-1ubuntu2.1~18.04.23 git=1:2.17.1-1ubuntu0.18 clang=1:6.0-41~exp4 libclang-dev=1:6.0-41~exp4
apt-get dist-upgrade -y -o Dpkg::Options::="--force-confold" && \
apt-get install -y cmake pkg-config libssl-dev git clang libclang-dev

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
export PATH="$PATH:$HOME/.cargo/bin" && \

Check failure on line 20 in Dockerfile

View workflow job for this annotation

GitHub Actions / Hadolint

SC1091 info: Not following: File not included in mock.

Check failure on line 20 in Dockerfile

View workflow job for this annotation

GitHub Actions / Hadolint

SC1091 info: Not following: File not included in mock.
rustup toolchain install nightly-2021-12-08 && \
Expand Down

0 comments on commit 209b601

Please sign in to comment.