Skip to content

Commit a85df8e

Browse files
Clear cache after python install
1 parent 6e46579 commit a85df8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud-computing/gramine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FIXME: use tagged version when released
22
FROM docker-regis.iex.ec/iexec-graphene-base:0.8.0
33

4-
RUN apt-get install -y python3 \
4+
RUN apt-get install -y python3 && rm -rf /var/lib/apt/lists/* \
55
&& pip3 install pyfiglet
66

77
ARG SOURCE_DIR=src

0 commit comments

Comments
 (0)