Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Jan 4, 2022
1 parent 41d79a2 commit a4d2b66
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 @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses=MIT

RUN mkdir /alfisviewer
COPY . /alfisviewer
RUN apt update && apt install libmariadbclient-dev -y
RUN apt update && apt install libmariadb-dev -y
RUN pip3 install -r /alfisviewer/requirements.txt

EXPOSE 80/tcp
Expand Down

0 comments on commit a4d2b66

Please sign in to comment.