Skip to content

Commit

Permalink
Update Dockerfile for packaging with apt-get upgrade --yes (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
theo25 authored Oct 18, 2021
1 parent 71db06a commit 13dd503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG DISTRO
FROM runtimeverificationinc/kframework-k:ubuntu-${DISTRO}-${K_COMMIT}

RUN apt-get update \
&& apt-get upgrade \
&& apt-get upgrade --yes \
&& apt-get install --yes \
autoconf \
libgmp-dev \
Expand Down

0 comments on commit 13dd503

Please sign in to comment.