Skip to content

Commit

Permalink
Add WORKDIR on operator Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 committed Oct 23, 2024
1 parent d1f54ae commit 33283c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS builder

WORKDIR /aligned_layer

RUN apt update -y
RUN apt install -y gcc

Expand Down

0 comments on commit 33283c1

Please sign in to comment.