Skip to content

Commit 731e3f7

Browse files
committed
remove log and add python3-apt
1 parent 23c63b8 commit 731e3f7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ RUN cd /tmp \
4949
RUN apt-get update \
5050
&& apt-get -y install \
5151
python3-software-properties \
52-
golang-go \
53-
&& head -1 /usr/bin/apt-add-repository \
54-
&& python3 -c "import softwareproperties; print('softwareproperties found')" \
55-
&& ls -la /usr/bin/python*
52+
python3-apt \
53+
golang-go
5654

5755
###############################################################################
5856
# Python/AWS CLI

0 commit comments

Comments
 (0)