Skip to content

Commit

Permalink
Change archlinux docker image to base-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Jan 31, 2024
1 parent 5c327e8 commit eaad6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM archlinux as builder
FROM archlinux:base-devel as builder

RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
gpgconf --kill gpg-agent && \
Expand Down

0 comments on commit eaad6d4

Please sign in to comment.