This website requires JavaScript.
Explore
Help
Sign In
talexander
/
organic
Watch
1
Star
0
Fork
0
You've already forked organic
Code
Issues
Pull Requests
Releases
Activity
7849a5c064
organic
/
docker
/
organic_test
/
Dockerfile
4 lines
77 B
Docker
Raw
Normal View
History
Unescape
Escape
Remove private mirror from dockerfiles. I now have a pull-through cache set up with kaniko, so I no longer need this hard-coded path. Removing the private mirror from the dockerfiles makes them more portable.
2023-07-13 19:29:00 +00:00
FROM
rustlang/rust:nightly-alpine3.17
Build a cargo test image. We need this because the build fails missing crti.o.
2023-07-13 03:14:22 +00:00
Add emacs to the test image.
2023-07-13 04:26:08 +00:00
RUN
apk add --no-cache musl-dev emacs
Reference in New Issue
Copy Permalink