Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Jul 16, 2022
1 parent f635f7d commit 36acc21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM python:3.8-slim-buster
FROM python:3.9-slim-buster

RUN apt-get update \
&& apt-get install gcc -y \
&& apt-get clean

COPY . /usr/src/njsscan

Expand Down

0 comments on commit 36acc21

Please sign in to comment.