Skip to content

Commit

Permalink
Update alpine to edge version that have a mono-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
lintbe authored Jan 20, 2023
1 parent 558f40c commit b9d108b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14 AS build
FROM alpine:edge AS build

RUN apk add --update --no-cache gcc g++ make musl-dev unzip wget

Expand Down Expand Up @@ -33,7 +33,7 @@ RUN wget https://github.com/Optiroc/SuperFamicheck/archive/refs/heads/master.zip
ADD tools/pcx2snes.c /usr/src/pcx2snes.c
RUN gcc /usr/src/pcx2snes.c -o /usr/bin/pcx2snes

FROM alpine:3.14
FROM alpine:edge

RUN apk add --update --no-cache make gcc musl-dev gdb

Expand Down

0 comments on commit b9d108b

Please sign in to comment.