Skip to content

Commit

Permalink
Add alpine3 docker for testing and missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrugman committed May 19, 2024
1 parent 1423d0b commit feeb3e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker/Dockerfile-alpine3
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM alpine:3

WORKDIR /pfs

RUN apk add --update cmake alpine-sdk linux-headers

ENV CXX=g++
ENV CC=gcc

CMD /bin/sh
1 change: 1 addition & 0 deletions sample/log.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define SAMPLE_LOG_HPP

#include <iostream>
#include <cstdint>

#define TAB "\t"
#define ENDL "\n"
Expand Down

0 comments on commit feeb3e0

Please sign in to comment.