mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fix Arch docker image
This commit is contained in:
parent
4ebf611b91
commit
2620714b43
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
FROM base/archlinux:2018.01.01
|
||||
FROM archlinux/archlinux:base-devel
|
||||
|
||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -Syyu --noconfirm
|
||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python3 git libfaketime
|
||||
RUN pacman -S --noconfirm make gcc
|
||||
|
||||
# Setup language environment
|
||||
ENV LANG en_US.UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue