Skip to content

Commit 82ce53e

Browse files
committed
(docker/dist) sequel to d5a6973
1 parent d5a6973 commit 82ce53e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/dist/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM almalinux:8
22

3-
RUN dnf -y update \
3+
RUN dnf -y upgrade almalinux-release \
4+
&& dnf -y update \
45
&& dnf -y install \
56
git wget rpm-build \
67
gcc make libtool \

0 commit comments

Comments
 (0)