Skip to content

Commit

Permalink
clean: devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Feb 16, 2024
1 parent 7664475 commit 988ad9a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ RUN apt-get install -y locales && rm -rf /var/lib/apt/lists/* \
&& localedef -i $(echo ${LOCAL} | cut -d "." -f1) -c -f $(echo ${LOCAL} | cut -d "." -f2) -A /usr/share/locale/locale.alias ${LOCAL}
ENV LANG ${LOCAL}

# # Install ASDF
# RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf
# RUN echo '. "$HOME/.asdf/asdf.sh"' >> ~/.bashrc
# RUN echo '. "$HOME/.asdf/completions/asdf.bash"' >> ~/.bashrc

# COPY ./ .

# SHELL ["/bin/bash", "-lc"]
# RUN make install

WORKDIR /workspace
RUN ln -s /workspace/app /app
RUN ln -s /workspace/data /data
Expand Down

0 comments on commit 988ad9a

Please sign in to comment.