mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
Remove extra package
This commit is contained in:
parent
d389088fb7
commit
0177912443
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM fedora:27
|
|||
ARG TASK_VERSION
|
||||
|
||||
RUN dnf update -y
|
||||
RUN dnf install procps-ng psmisc which vim curl git gvim gcc gcc-c++ cmake make gnutls-devel libuuid-devel mnemosyne -y
|
||||
RUN dnf install procps-ng psmisc which vim curl git gvim gcc gcc-c++ cmake make gnutls-devel libuuid-devel -y
|
||||
|
||||
# Setup language environment
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue