Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin e462f1f2f1 ci: Begin CI pipeline
mqttdpms/pipeline/head There was a failure building this commit Details
2022-05-22 13:19:06 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM rust:slim
RUN apt-get update && \
apt-get install -y \
cmake \
git
git \
libssl-dev \
libx11-dev \
libxext-dev \