Remove extra packages; not worth the resources
This commit is contained in:
parent
2dd50d8069
commit
646a7981fc
4 changed files with 3 additions and 40 deletions
|
@ -2,9 +2,7 @@ FROM alpine
|
|||
LABEL author="1Computer1"
|
||||
|
||||
RUN apk update
|
||||
RUN apk add build-base wget ghc cabal
|
||||
RUN cabal update
|
||||
RUN cabal install aeson async attoparsec integer-logarithms megaparsec random scientific split vector
|
||||
RUN apk add build-base ghc
|
||||
|
||||
COPY run.sh /var/run/
|
||||
WORKDIR /var/ws
|
||||
|
|
|
@ -2,8 +2,7 @@ FROM alpine
|
|||
LABEL author="1Computer1"
|
||||
|
||||
RUN apk update
|
||||
RUN apk add nodejs npm
|
||||
RUN npm i lodash moment cheerio
|
||||
RUN apk add nodejs
|
||||
|
||||
COPY run.sh /var/run/
|
||||
WORKDIR /var/ws
|
||||
|
|
|
@ -2,9 +2,7 @@ FROM alpine
|
|||
LABEL author="1Computer1"
|
||||
|
||||
RUN apk update
|
||||
RUN apk add build-base python3 python3-dev
|
||||
RUN python3 -m pip install -U pip
|
||||
RUN python3 -m pip install -U numpy
|
||||
RUN apk add python3
|
||||
|
||||
COPY run.sh /var/run/
|
||||
WORKDIR /var/ws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue