mirror of
https://github.com/linuxserver/docker-cops.git
synced 2026-02-19 18:51:05 +08:00
update packages during install
This commit is contained in:
parent
1e5d487283
commit
5c43629f5e
@ -9,11 +9,11 @@ LABEL maintainer="chbmb"
|
||||
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
apk add --no-cache --upgrade --virtual=build-dependencies \
|
||||
curl \
|
||||
tar && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
apk add --no-cache --upgrade \
|
||||
php7-ctype \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
|
||||
@ -12,11 +12,11 @@ LABEL maintainer="chbmb"
|
||||
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
apk add --no-cache --upgrade --virtual=build-dependencies \
|
||||
curl \
|
||||
tar && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
apk add --no-cache --upgrade \
|
||||
php7-ctype \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
|
||||
@ -12,11 +12,11 @@ LABEL maintainer="chbmb"
|
||||
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
apk add --no-cache --upgrade --virtual=build-dependencies \
|
||||
curl \
|
||||
tar && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
apk add --no-cache --upgrade \
|
||||
php7-ctype \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
|
||||
@ -182,6 +182,7 @@ Below are the instructions for updating containers:
|
||||
|
||||
## Versions
|
||||
|
||||
* **27.02.19:** - Upgrade packages during install to prevent mismatch with baseimage.
|
||||
* **22.02.19:** - Rebasing to alpine 3.9.
|
||||
* **14.01.19:** - Add multiarch and pipeline logic.
|
||||
* **21.08.18:** - Rebase to alpine 3.8.
|
||||
|
||||
@ -82,6 +82,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "27.02.19:", desc: "Upgrade packages during install to prevent mismatch with baseimage." }
|
||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
|
||||
- { date: "14.01.19:", desc: "Add multiarch and pipeline logic." }
|
||||
- { date: "21.08.18:", desc: "Rebase to alpine 3.8." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user