Skip to content

Commit

Permalink
feat: init docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFnseca committed Aug 29, 2023
1 parent fe5bebf commit 323bff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ubuntu:latest

RUN apt-get update && apt-get install -y \
libmicrohttpd-dev \
gcc \
make

0 comments on commit 323bff6

Please sign in to comment.