Skip to content

Commit

Permalink
Merge pull request #300 from jhuntwork/jh
Browse files Browse the repository at this point in the history
Remove last reference to core-dev
  • Loading branch information
jhuntwork committed Sep 6, 2021
2 parents 086d24e + dc63b6c commit 654ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY packages/pacman/pacman-dev.conf /etc/pacman.conf
RUN install -d /mere/pkgs && \
touch /mere/pkgs/buildlocal.db && \
pacman -Syu --noconfirm && \
pacman -Sy --noconfirm base-layout busybox core-dev pacman-build sudo && \
pacman -Sy --noconfirm base-layout busybox build-base pacman-build sudo && \
rm -rf /var/lib/pacman/sync && \
printf 'merebuild ALL=(ALL) NOPASSWD: ALL\n' >>/etc/sudoers && \
find /var/cache/pacman -not -type d -delete
Expand Down

0 comments on commit 654ec64

Please sign in to comment.