DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 13931c45f8ab0d1dc61d7e6ff73568af447da3d6 deck-builder/client/Dockerfile.alpine -rw-r--r-- 153 bytes
13931c45Jonni Liljamo feat(client): render name and cost on supply piles 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
# For building static executables for musl, mainly for Alpine

FROM rust:1.69.0-alpine3.17

RUN apk update

RUN apk add musl-dev pkgconf \
	openssl-dev