Skip to content

Commit

Permalink
Merge pull request #2 from ylab-hi/scanexitron
Browse files Browse the repository at this point in the history
added -y to apt-get cmd
  • Loading branch information
riasc authored Apr 24, 2024
2 parents 80c8612 + fdf105e commit 9d75bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/scanexitron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG VERSION=v1.1
LABEL authors="Richard A. Schaefer"

# update the sources list
RUN apt-get update && apt-get upgrade
RUN apt-get -y update && apt-get -y upgrade
RUN apt-get install -y curl build-essential cmake
RUN apt-get install -y zlib1g-dev libbz2-dev liblzma-dev
RUN apt-get install -y libcurl-ocaml-dev libssl-dev libdeflate-dev
Expand Down

0 comments on commit 9d75bc3

Please sign in to comment.