Martí Umbert commited on
Commit
491dc8b
·
1 Parent(s): 5121390

Dockerfile: bugfix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,7 +44,7 @@ RUN apt-get update && \
44
  libportaudio2 && \
45
  rm -rf /var/lib/apt/lists/*
46
 
47
- RUN apt install -y libaio1 && apt install -y libaio-dev
48
 
49
  # RUN apt-get install -y --no-install-recommends libportaudio2
50
  # portaudio19-dev
 
44
  libportaudio2 && \
45
  rm -rf /var/lib/apt/lists/*
46
 
47
+ RUN apt-get install -y libaio1 && apt-get install -y libaio-dev
48
 
49
  # RUN apt-get install -y --no-install-recommends libportaudio2
50
  # portaudio19-dev