Skip to content

Commit

Permalink
Provide docker and compose in container
Browse files Browse the repository at this point in the history
  • Loading branch information
andresterba committed Jan 25, 2024
1 parent 70dbadf commit ae47537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ FROM debian:12-slim AS build-release-stage
RUN apt-get update && \
apt-get upgrade -y

RUN apt-get install -y git
RUN apt-get install -y \
git \
docker \
docker-compose

# Create a system group named "user" with the -r flag
RUN groupadd -g 1000 -r user
Expand Down

0 comments on commit ae47537

Please sign in to comment.