Skip to content

Commit

Permalink
addressing cve issues (#74)
Browse files Browse the repository at this point in the history
addressing cve issues
  • Loading branch information
lcbill committed Nov 30, 2022
1 parent 5b755db commit a27d9f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM python:3.8-slim

RUN apt update && apt -y upgrade

# Install base library.
ADD . /lc-service
WORKDIR /lc-service
RUN python ./setup.py install
WORKDIR /
RUN rm -rf /lc-service
RUN rm -rf /lc-service

0 comments on commit a27d9f1

Please sign in to comment.