Skip to content
Snippets Groups Projects
Commit 050ada4e authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

test: alpine with apk on agent

parent 63b64d7d
No related branches found
No related tags found
1 merge request!76feat: docker images slim
Pipeline #70544 failed
...@@ -5,7 +5,7 @@ ARG API_TOKEN ...@@ -5,7 +5,7 @@ ARG API_TOKEN
ARG JOB_ID ARG JOB_ID
# Instal required software # Instal required software
RUN apt update -y && apt install python3 git make build-essential wget unzip -y RUN apk update && apk add python3 git make alpine-sdk wget unzip
# Set the working directory # Set the working directory
WORKDIR app WORKDIR app
......
FROM node:18.19.1-alpine FROM node:18.19.1-alpine
RUN apt update -y && apt install python3 git make build-essential -y RUN apk update && apk add python3 git make alpine-sdk
WORKDIR app WORKDIR app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment