We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2c5d9 commit fc5979cCopy full SHA for fc5979c
Dockerfile
@@ -5,9 +5,7 @@ RUN echo "UTC" > /etc/timezone
5
6
# Install essential build tools
7
RUN apk add --update --no-cache \
8
- g++ autoconf make python3 curl \
9
- git bash \
10
- npm yarn \
+ g++ autoconf make curl
11
#soap
12
libxml2 libxml2-dev \
13
#zip
@@ -50,5 +48,11 @@ RUN echo 'xdebug.mode="coverage"' >> /usr/local/etc/php/conf.d/docker-php-ext-xd
50
48
RUN rm -rf /tmp/*
51
49
RUN apk del g++ autoconf make libxml2-dev libzip-dev openssl-dev libpng-dev
52
+# Install other libs
+RUN apk add --update --no-cache \
53
+ python3 \
54
+ git bash \
55
+ npm yarn \
56
+
57
SHELL ["/bin/bash", "-c"]
58
ENTRYPOINT ["/bin/bash", "-l", "-c"]
0 commit comments