Skip to content

Commit

Permalink
Use SUSE BCI container images as a base.
Browse files Browse the repository at this point in the history
  • Loading branch information
oSoMoN committed Nov 8, 2023
1 parent 7c9919f commit 5edcf9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
@@ -1,11 +1,12 @@
FROM maven:3-eclipse-temurin-11-alpine AS builder
FROM registry.suse.com/bci/openjdk-devel:11 AS builder
WORKDIR /src
COPY . .
RUN apk add --no-cache npm
RUN zypper -n refresh
RUN zypper -n install npm
RUN npm install ./frontend
RUN ./build.sh

FROM eclipse-temurin:11-alpine
FROM registry.suse.com/bci/openjdk:11
LABEL description="Pa(tch)Se(arch) is an experimental search engine for code allowing search by patch."
LABEL version="0.1"
WORKDIR /opt/pase
Expand Down

0 comments on commit 5edcf9b

Please sign in to comment.