Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed15d2e

Browse files
authored
Update Dockerfile
1 parent 7c086ba commit ed15d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/simple/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
1515
libopenblas-dev \
1616
build-essential \
1717
&& apt-get clean \
18-
&& rm -rf /var/lib/apt/lists/*
18+
&& rm -rf /var/lib/apt/lists/* /tmp/*
1919

2020
RUN mkdir /app
2121
WORKDIR /app

0 commit comments

Comments
 (0)