Skip to content

Commit 2293f1d

Browse files
committed
apt-get clean clearing cache may have been breaking ability to find softwareproperties module
1 parent 0cf312b commit 2293f1d

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/docker-images/ubuntu-18-x64/Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ RUN apt-get update \
3030
libxml2-dev \
3131
libxmlsec1-dev \
3232
libffi-dev \
33-
liblzma-dev \
34-
&& apt-get clean
33+
liblzma-dev
3534

3635
# Build Python 3.10 from source
3736
RUN cd /tmp \
@@ -49,10 +48,7 @@ RUN cd /tmp \
4948
# Install Go from default Ubuntu repository
5049
RUN apt-get update \
5150
&& apt-get -y install \
52-
software-properties-common \
53-
golang-go \
54-
&& apt-get clean \
55-
&& rm -rf /var/lib/apt/lists/*
51+
golang-go
5652

5753
###############################################################################
5854
# Python/AWS CLI

0 commit comments

Comments
 (0)