Dockerfile: install missing python dependency

pull/1401/head
Michael Ira Krufky 6 years ago
parent 5356e35857
commit 3c8a6fb121
  1. 2
      docker/Dockerfile

@ -1,6 +1,6 @@
FROM bitwalker/alpine-elixir-phoenix:1.7.1
RUN apk --no-cache --update add automake libtool inotify-tools autoconf
RUN apk --no-cache --update add automake libtool inotify-tools autoconf python
EXPOSE 4000

Loading…
Cancel
Save