We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93ccfa commit a1379a1Copy full SHA for a1379a1
1 file changed
.github/docker-images/ubuntu-18-x64/Dockerfile
@@ -30,8 +30,7 @@ RUN apt-get update \
30
libxml2-dev \
31
libxmlsec1-dev \
32
libffi-dev \
33
- liblzma-dev \
34
- && apt-get clean
+ liblzma-dev
35
36
# Build Python 3.10 from source
37
RUN cd /tmp \
@@ -49,10 +48,7 @@ RUN cd /tmp \
49
48
# Install Go from default Ubuntu repository
50
RUN apt-get update \
51
&& apt-get -y install \
52
- software-properties-common \
53
- golang-go \
54
- && apt-get clean \
55
- && rm -rf /var/lib/apt/lists/*
+ golang-go
56
57
###############################################################################
58
# Python/AWS CLI
0 commit comments