Switch from Alpine build environment to Debian Bullseye
This commit is contained in:
parent
6de678aa1e
commit
3eed4ca15b
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ stages:
|
||||||
## Docker steps
|
## Docker steps
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: rust:alpine3.17
|
image: rust:bullseye
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
@ -20,7 +20,7 @@ build:
|
||||||
CACHING:
|
CACHING:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add musl-dev openssl-dev
|
- apt install openssl
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
|
|
Loading…
Reference in a new issue