Skip to content

Commit

Permalink
do apt upgrade (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestlong authored Mar 3, 2019
1 parent 2f1d60d commit c973b8a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-56
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get install -y software-properties-common && \

# Install "PHP Extentions", "libraries", "Software's"
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --allow-downgrades --allow-remove-essential \
--allow-change-held-packages \
php5.6-cli \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-70
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get install -y software-properties-common && \

# Install "PHP Extentions", "libraries", "Software's"
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --allow-downgrades --allow-remove-essential \
--allow-change-held-packages \
php7.0-cli \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-71
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get install -y software-properties-common && \

# Install "PHP Extentions", "libraries", "Software's"
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --allow-downgrades --allow-remove-essential \
--allow-change-held-packages \
php7.1-cli \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-72
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get install -y software-properties-common && \

# Install "PHP Extentions", "libraries", "Software's"
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --allow-downgrades --allow-remove-essential \
--allow-change-held-packages \
php7.2-cli \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile-73
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get install -y software-properties-common && \

# Install "PHP Extentions", "libraries", "Software's"
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --allow-downgrades --allow-remove-essential \
--allow-change-held-packages \
php7.3-cli \
Expand Down

0 comments on commit c973b8a

Please sign in to comment.