Skip to content

Commit

Permalink
refactor: Add openssl deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleBooth authored Aug 31, 2024
1 parent a2452d1 commit b8fdfdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ WORKDIR /root/app

## Build deps for git-mit
RUN apt-get update && \
apt-get install -y help2man
apt-get install -y help2man libssl-dev
RUN xx-apt-get update && \
xx-apt-get install -y libxkbcommon-dev libxcb-shape0-dev libxcb-xfixes0-dev
xx-apt-get install -y libxkbcommon-dev libxcb-shape0-dev libxcb-xfixes0-dev libssl-dev

COPY . .

Expand Down

0 comments on commit b8fdfdc

Please sign in to comment.