Skip to content

Commit

Permalink
Use debian
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyylim committed Mar 8, 2023
1 parent b44bf53 commit 4588c7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions treatment-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM alpine:latest

RUN apk update && apk add git make bash unzip libtool gcc ca-certificates dumb-init tzdata libc6-compat
RUN ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2
FROM debian:bullseye-slim

RUN mkdir -p /opt/xp_treatment

Expand Down

0 comments on commit 4588c7d

Please sign in to comment.