Skip to content

Commit

Permalink
Fix try to upgrade ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Dec 27, 2023
1 parent 2d07fae commit ae035b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PYTHONUNBUFFERED 1

RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/00-docker
RUN echo 'APT::Install-Recommends "0";' >> /etc/apt/apt.conf.d/00-docker
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
git \
build-essential \
pkg-config \
Expand Down

0 comments on commit ae035b3

Please sign in to comment.