We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c63b8 commit 731e3f7Copy full SHA for 731e3f7
1 file changed
.github/docker-images/ubuntu-18-x64/Dockerfile
@@ -49,10 +49,8 @@ RUN cd /tmp \
49
RUN apt-get update \
50
&& apt-get -y install \
51
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*
+ python3-apt \
+ golang-go
56
57
###############################################################################
58
# Python/AWS CLI
0 commit comments