Skip to content

Commit

Permalink
force apt-get installs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeixensperger committed Jul 21, 2020
1 parent 4b17dd1 commit ea828a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/large/provision/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN printf "deb http://archive.debian.org/debian/ jessie main\ndeb-src http://ar
RUN apt-get update

RUN echo "installing docker dependencies and development tools" && \
apt-get --assume-yes install curl vim
apt-get -y --force-yes install curl vim

COPY provision.sh /opt/splunk/

0 comments on commit ea828a3

Please sign in to comment.