Skip to content

Instantly share code, notes, and snippets.

@AntonKozlov
AntonKozlov / Dockerfile
Last active July 11, 2023 15:17 — forked from timosalm/Dockerfile
Running Spring Boot with CRaC on Knative
FROM ubuntu:22.04 AS build-app
WORKDIR /home/app
USER root
# Add required libraries
RUN apt-get update && apt-get install -y \
curl \
jq \
libnl-3-200 \