Skip to content

Commit

Permalink
Remove extra package
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Jan 1, 2019
1 parent d389088 commit 0177912
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
Expand Up @@ -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
Expand Down

0 comments on commit 0177912

Please sign in to comment.