Skip to content

Commit 28ff2b0

Browse files
authored
Update Dockerfile
1 parent 0e07689 commit 28ff2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parsedmarc/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM pypy:3.6-slim
22

3-
ENV PARSEDMARC_VERSION 6.5.4
3+
44
RUN apt-get update \
55
&& apt-get install -y gcc \
66
&& pip install -y parsedmarc \
@@ -9,4 +9,4 @@ RUN apt-get update \
99
&& apt-get autoremove -y \
1010
&& rm -rf /var/lib/{apt,dpkg}/
1111

12-
CMD ["parsedmarc"]
12+
CMD ["parsedmarc"]

0 commit comments

Comments
 (0)