1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-30 14:44:05 +00:00

Fix install script on non-ubuntu

This commit is contained in:
nvbn
2015-09-05 11:54:59 +03:00
parent 6df772ba05
commit 8bf4182f86
2 changed files with 7 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ RUN apt-get update
RUN apt-get install -yy bash
'''), (u'bash', 'generic-bash', u'''
FROM fedora:latest
RUN dnf install -yy python-devel sudo which gcc
RUN dnf install -yy python-devel sudo wget gcc
'''))