mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 16:03:47 +00:00
all
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
ARG RUST_IMAGE=rust:1.80-slim-bookworm
|
||||
ARG PYTHON_IMAGE=python:3.11.4-slim-bookworm
|
||||
|
||||
|
||||
FROM ${RUST_IMAGE} as builder
|
||||
FROM ubuntu
|
||||
|
||||
RUN apt-get update && apt-get install -y git libssl-dev pkg-config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user