Skip to content

Commit

Permalink
Add default branch to arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-moreno committed Nov 20, 2023
1 parent 641b5f0 commit 9a76b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/rogue/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.10
FROM ubuntu:22.04

# Install system tools
RUN apt-get update && apt-get install -y \
Expand All @@ -21,7 +21,7 @@ RUN pip3 install PyYAML parse click ipython pyzmq packaging matplotlib numpy p4p
RUN pip3 install pydm>=1.18.0

# Install Rogue
ARG branch
ARG branch=main
WORKDIR /usr/local/src
RUN git clone https://github.com/slaclab/rogue.git -b $branch
WORKDIR rogue
Expand Down

0 comments on commit 9a76b23

Please sign in to comment.