Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Jan 18, 2021
1 parent 9fc0a34 commit eae9838
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
FROM ubuntu:latest
FROM alpine:3.13

RUN apt-get update

# install tzdata noninteractively to forestall getting
# stuck at the configuration step
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=America/Indianapolis
RUN apt-get install -y tzdata

RUN apt-get install -y \
git \
lsb-release \
wget \
software-properties-common

RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" && \
apt-get update && \
apt-get install -y clang-format
RUN apk add clang python3 git

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit eae9838

Please sign in to comment.