Coder Social home page Coder Social logo

piotr-semenov / elm-docker Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 76 KB

The smallest docker image for recent Elm compiler >=0.19.1 (https://elm-lang.org/) + tools.

License: MIT License

Dockerfile 54.45% Makefile 33.89% Shell 11.65%
alpine-linux devops dgoss dockerfile elm elm-analyse elm-compiler elm-lang elm-review elm-test makefile

elm-docker's Introduction

Hi there ๐Ÿ‘‹

elm-docker's People

Contributors

piotr-semenov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

elm-docker's Issues

Errors on elm-test

On a project of mine:

$ alias elm-test='docker run --rm --entrypoint "elm-test" -v `pwd`:/workdir -v `pwd`/.elm:/.elm -w /workdir -e http_proxy -e https_proxy semenovp/tiny-elm:all-latest'
$ elm-test
Downloading elm-json 0%
Failed to download:
< https://github.com/zwilias/elm-json/releases/download/v0.2.10/elm-json-v0.2.10-x86_64-unknown-linux-musl.tar.gz
> /.elm/elm-tooling/elm-json/0.2.10/elm-json
tar must be installed on your system and be in $PATH:
spawn tar ENOENT

When I put the elm-json from that url into .elm/elm-tooling/elm-json/0.2.10/elm-json I get:

$ elm-test
Solving dependencies > Compiling > Starting tests
Error: listen EACCES: permission denied /tmp/elm_test-1.sock
    at Server.setupListenHandle [as _listen2] (node:net:1293:21)
    at listenInCluster (node:net:1358:12)
    at Server.listen (node:net:1456:5)
    at /usr/local/lib/node_modules/elm-test/lib/Supervisor.js:266:12
    at new Promise (<anonymous>)
    at Object.run (/usr/local/lib/node_modules/elm-test/lib/Supervisor.js:19:10)
    at run (/usr/local/lib/node_modules/elm-test/lib/RunTests.js:245:31)
    at processTicksAndRejections (node:internal/process/task_queues:94:5)

๐Ÿคท

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.