We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e056d commit 31f1be4Copy full SHA for 31f1be4
backwork/Dockerfile
@@ -4,9 +4,8 @@ LABEL maintainer="[email protected]"
4
# Install database clients
5
# Apply security patches
6
# hadolint ignore=DL3018
7
-RUN echo 'http://dl-3.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
8
- && echo 'http://dl-3.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories \
9
- && apk add --no-cache \
+RUN apk -U upgrade \
+ && apk add --upgrade --no-cache \
10
bash \
11
curl \
12
libressl \
@@ -15,7 +14,6 @@ RUN echo 'http://dl-3.alpinelinux.org/alpine/edge/community' >> /etc/apk/reposit
15
14
mysql \
16
postgresql \
17
tini \
18
- && apk add --upgrade --no-cache \
19
db \
20
expat \
21
freetype \
0 commit comments