Skip to content

Commit

Permalink
mess with Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffVandrewJr committed Jan 11, 2019
1 parent 031b88e commit ed6ee05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN python3 -m venv /isso \
&& python setup.py install

# Third, create final repository
FROM python:3-slim-stretch
RUN apt-get install inotify-tools
FROM python:3.72-alpine3.8
RUN apk add inotify-tools
WORKDIR /isso/
RUN chmod +x boot.sh
COPY --from=1 /isso .
Expand Down

0 comments on commit ed6ee05

Please sign in to comment.