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 ece9a9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions treatment-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
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 apt-get update && apt-get install libc6
RUN mkdir -p /opt/xp_treatment

COPY . /opt/xp_treatment/
Expand Down

0 comments on commit ece9a9b

Please sign in to comment.