Skip to content

Commit 602fae3

Browse files
authored
Merge pull request #50 from dcelasun/fix/use-multilib-devel
Use archlinux/multilib-devel
2 parents 6e5fdcc + 22a8703 commit 602fae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image
2-
FROM docker.io/library/archlinux:base-devel
2+
FROM docker.io/library/archlinux:multilib-devel
33

44
# Install dependencies
55
RUN pacman -Syu --needed --noconfirm pacman-contrib namcap git

0 commit comments

Comments
 (0)