Skip to content

Commit e5b7d2f

Browse files
luk036Tim 'mithro' Ansell
authored and
Tim 'mithro' Ansell
committed
cleanup apt
1 parent 57fde82 commit e5b7d2f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.gitpod.Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ RUN apt-get update \
2727
libxml++2.6-dev \
2828
python-lxml \
2929
qt5-default \
30-
wget
30+
wget \
31+
&& apt-get clean \
32+
&& rm -rf /var/lib/apt/lists/*
33+
3134

3235
# Give back control
3336
USER root
3437

3538
# Cleaning
36-
RUN apt-get clean
39+
RUN apt-get clean

0 commit comments

Comments
 (0)