Skip to content

Commit

Permalink
Update from 34
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Sep 14, 2022
1 parent 8e62cdc commit 4366c87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions materials/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
FROM quay.io/school21/alpine:3.13
FROM quay.io/school21/alpine:3.16

RUN apk --no-cache --upgrade add \
git \
git-lfs \
curl \
jq \
bash \
build-base \
build-base \
python3 \
valgrind \
cppcheck \
alpine-sdk \
pcre-dev \
clang
alpine-sdk \
pcre-dev \
clang-extra-tools

RUN mkdir /test

Expand Down

0 comments on commit 4366c87

Please sign in to comment.